Hi - I answer from the OpenSmartRoute documentation: routing, the API, plans and quotas, self-hosting. Ask away, or open a support ticket if you need a person.
Grounded in the docs - follow a source before acting on it.
darkauth - Skill - OpenSmartRoute
Skillv1.0.0
darkauth
Only the main top level thread/agent should follow these: - You can spawn multiple of the same sub agents for large tasks. - backend-developer - documentation-writer - frontend-developer - security-au
Imported from puzed/darkauth (AGENTS.md). Install upstream with npx skills add puzed/darkauth. Copyright stays with the author.
Rules For All
The main thread and sub agents must follow this section:
Use todo plans to break down your work then keep this up to date as you go.
ALWAYS consider removing things to fix the users issues. Not every needs an additive solution.
Code should be simple and reusable. Don't over-complicate things.
NEVER write comments.
Tell sub agents they are a sub agent, so they ignore the rules below.
Rules For Main Thread Only
WARNING: If you are a Sub Agent ignore this section.
Only the main top level thread/agent should follow these:
You can spawn multiple of the same sub agents for large tasks.
backend-developer
documentation-writer
frontend-developer
security-auditor
test-writer
After making your change make sure you run the pnpm tidy and pnpm build when you have finished.
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/puzed-darkauth-darkauth/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.
puzed-darkauth-darkauth.ocm.jsonjson
{
"ocm": "1",
"id": "puzed-darkauth-darkauth",
"kind": "skill",
"name": "darkauth",
"description": "Only the main top level thread/agent should follow these: - You can spawn multiple of the same sub agents for large tasks. - backend-developer - documentation-writer - frontend-developer - security-auditor - test-writer - After making your change make sure you run the `pnpm tidy` and `pnpm build` when you have finished.",
"publisher": "puzed",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Only the main top level thread/agent should follow these: - You can spawn multiple of the same sub agents for large tasks. - backend-developer - documentation-writer - frontend-developer - security-auditor - test-writer - After making your change make sure you run the `pnpm tidy` and `pnpm build` when you have finished."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-agents",
"repository": "https://github.com/puzed/darkauth",
"path": "AGENTS.md",
"ref": "b921485873f231baff629d791ff651ec54014d83",
"url": "https://github.com/puzed/darkauth/blob/b921485873f231baff629d791ff651ec54014d83/AGENTS.md",
"key": "puzed/darkauth/AGENTS.md"
}
},
"instructions": "## Rules For All\nThe main thread and sub agents must follow this section:\n- Use todo plans to break down your work then keep this up to date as you go.\n- ALWAYS consider removing things to fix the users issues. Not every needs an additive solution.\n- Code should be simple and reusable. Don't over-complicate things.\n- NEVER write comments.\n- Tell sub agents they are a sub agent, so they ignore the rules below.\n\n## Rules For Main Thread Only\nWARNING: If you are a Sub Agent ignore this section.\n\nOnly the main top level thread/agent should follow these:\n- You can spawn multiple of the same sub age",
"cost": {
"context_tokens": 207
}
}
Fetch it by URL: GET /api/v1/registry/puzed-darkauth-darkauth/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.