Answers from the documentation - opens a ticket when you need a person
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.
Answers come from the docs; check anything important there.
peckvault - Skill - OpenSmartRoute
Skillv1.0.0
peckvault
This is a public repository. Keep examples generic and never add private hostnames, internal network details, personal infrastructure paths, real tokens, real role IDs, secret IDs, or copied productio
Imported from troioi-vn/peckvault (AGENTS.md). Install upstream with npx skills add troioi-vn/peckvault. Copyright stays with the author.
Agent Notes
This is a public repository. Keep examples generic and never add private hostnames,
internal network details, personal infrastructure paths, real tokens, real role IDs,
secret IDs, or copied production .env values.
Before changing behavior, run:
go test ./...
PeckVault should stay a small Woodpecker secret extension. Prefer explicit,
documented configuration over auto-discovering local infrastructure.
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/troioi-vn-peckvault-peckvault/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.
troioi-vn-peckvault-peckvault.ocm.jsonjson
{
"ocm": "1",
"id": "troioi-vn-peckvault-peckvault",
"kind": "skill",
"name": "peckvault",
"description": "This is a public repository. Keep examples generic and never add private hostnames, internal network details, personal infrastructure paths, real tokens, real role IDs, secret IDs, or copied production `.env` values.",
"publisher": "troioi-vn",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"This is a public repository. Keep examples generic and never add private hostnames, internal network details, personal infrastructure paths, real tokens, real role IDs, secret IDs, or copied production `.env` values."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-agents",
"repository": "https://github.com/troioi-vn/peckvault",
"path": "AGENTS.md",
"ref": "2522b6dcdff5320195c8589bdad1a9f5fd8c3b93",
"url": "https://github.com/troioi-vn/peckvault/blob/2522b6dcdff5320195c8589bdad1a9f5fd8c3b93/AGENTS.md",
"key": "troioi-vn/peckvault/AGENTS.md"
}
},
"instructions": "# Agent Notes\n\nThis is a public repository. Keep examples generic and never add private hostnames,\ninternal network details, personal infrastructure paths, real tokens, real role IDs,\nsecret IDs, or copied production `.env` values.\n\nBefore changing behavior, run:\n\n```sh\ngo test ./...\n```\n\nPeckVault should stay a small Woodpecker secret extension. Prefer explicit,\ndocumented configuration over auto-discovering local infrastructure.",
"cost": {
"context_tokens": 108
}
}
Fetch it by URL: GET /api/v1/registry/troioi-vn-peckvault-peckvault/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.