Imported from aecsocket/aeronet (AGENTS.md). Install upstream with npx skills add aecsocket/aeronet. Copyright stays with the author.
See README.md for an overview of this Rust crate.
Checking
Use just prepare to apply any automatic fixes like typos, formatting. Use just check to run the same checks as CI. Always use cargo clippy instead of cargo check.
Updating
When bumping the version number:
adjust the version of all crates in crates/
adjust the version of aeronet_ dependencies in the root Cargo.toml
run cargo check --workspace
update the Versions table in README.md
prompt the user to add a changelog entry to crates/aeronet/docs/changelog.md
Use it
Copy one of these into your project. Installing also returns the manifest and these snippets.
yaml
targets:
- https://api.opensmartroute.ai/api/v1/registry/aecsocket-aeronet-aeronet/manifest # or paste the manifest below
Manifest
An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.
aecsocket-aeronet-aeronet.ocm.jsonjson
{
"ocm": "1",
"id": "aecsocket-aeronet-aeronet",
"kind": "skill",
"name": "aeronet",
"description": "See `README.md` for an overview of this Rust crate.",
"publisher": "aecsocket",
"version": "1.0.0",
"capabilities": {
"domains": [
"coding"
],
"tags": [
"skill-md",
"github-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"See `README.md` for an overview of this Rust crate."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-agents",
"repository": "https://github.com/aecsocket/aeronet",
"path": "AGENTS.md",
"ref": "8c78756a843744d8ac78f3a81e7d5029fe611cba",
"url": "https://github.com/aecsocket/aeronet/blob/8c78756a843744d8ac78f3a81e7d5029fe611cba/AGENTS.md",
"key": "aecsocket/aeronet/AGENTS.md"
}
},
"instructions": "See `README.md` for an overview of this Rust crate.\n\n# Checking\n\nUse `just prepare` to apply any automatic fixes like typos, formatting. Use `just check` to run the same checks as CI. Always use `cargo clippy` instead of `cargo check`.\n\n# Updating\n\nWhen bumping the version number:\n- adjust the version of **all** crates in `crates/`\n- adjust the version of `aeronet_` dependencies in the root `Cargo.toml`\n- run `cargo check --workspace`\n- update the `Versions` table in `README.md`\n- prompt the user to add a changelog entry to `crates/aeronet/docs/changelog.md`",
"cost": {
"context_tokens": 141
}
}
Fetch it by URL: GET /api/v1/registry/aecsocket-aeronet-aeronet/manifest?version=1.0.0
Reviews
Star ratings from people who tried it. One review per account; edit yours any time.
No reviews yet. Install it, try it, and be the first to rate it.