When doing local development, manual validation, or integration-style testing that needs an OtherYou/Nym account, do not create a new throwaway user or nym for every run.
Imported from iantbutler01/chevalier (AGENTS.md). Install upstream with npx skills add iantbutler01/chevalier. Copyright stays with the author.
Agent Notes
Local Test Account Hygiene
When doing local development, manual validation, or integration-style testing that needs an OtherYou/Nym account, do not create a new throwaway user or nym for every run.
Reuse one clearly designated local test account/nym whenever possible.
If a fresh local test account/nym is genuinely needed, create only what is necessary and clean it up when done.
Do not modify, delete, repurpose, or run cleanup against accounts or nyms associated with ian@... or iantbutler01@....
The only exception is a specific test account the user explicitly creates and tells you to use.
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/iantbutler01-chevalier-chevalier/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.
iantbutler01-chevalier-chevalier.ocm.jsonjson
{
"ocm": "1",
"id": "iantbutler01-chevalier-chevalier",
"kind": "skill",
"name": "chevalier",
"description": "When doing local development, manual validation, or integration-style testing that needs an OtherYou/Nym account, do not create a new throwaway user or nym for every run.",
"publisher": "iantbutler01",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"When doing local development, manual validation, or integration-style testing that needs an OtherYou/Nym account, do not create a new throwaway user or nym for every run."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-agents",
"repository": "https://github.com/iantbutler01/chevalier",
"path": "AGENTS.md",
"ref": "44cc33b559acd36997ca3a0d1a9222cf273a1edf",
"url": "https://github.com/iantbutler01/chevalier/blob/44cc33b559acd36997ca3a0d1a9222cf273a1edf/AGENTS.md",
"key": "iantbutler01/chevalier/AGENTS.md"
}
},
"instructions": "# Agent Notes\n\n## Local Test Account Hygiene\n\nWhen doing local development, manual validation, or integration-style testing that needs an OtherYou/Nym account, do not create a new throwaway user or nym for every run.\n\n- Reuse one clearly designated local test account/nym whenever possible.\n- If a fresh local test account/nym is genuinely needed, create only what is necessary and clean it up when done.\n- Do not modify, delete, repurpose, or run cleanup against accounts or nyms associated with `ian@...` or `iantbutler01@...`.\n- The only exception is a specific test account the user explicitly cr",
"cost": {
"context_tokens": 156
}
}
Fetch it by URL: GET /api/v1/registry/iantbutler01-chevalier-chevalier/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.