Skip to content
Skillv1.0.0

btcde

This repository accepts AI-assisted contributions.

by peshay(0) 0 installs
Free
Sign in to install

Free account. Installing gives you the manifest plus copy-paste snippets.

See reviews

About

Imported from peshay/btcde (AGENTS.md). Install upstream with npx skills add peshay/btcde. Copyright stays with the author.

AGENTS

This repository accepts AI-assisted contributions.

Guardrails

  • Keep changes small and reviewable.
  • Be careful with trading and write endpoints; do not change their behavior without explicit intent.
  • Do not commit secrets, API keys, or personal data.
  • Run the public artifact hygiene guard (pre-commit) before publishing PR text, commits, or docs.

Required Human Checks

  • Review every AI-generated change before merge.
  • Validate API request/response handling and credit-cost annotations.
  • Ensure docs match implemented methods.

Attribution

A concise note such as "AI-assisted" in the PR description is recommended for transparency.

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/peshay-btcde-btcde/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.

peshay-btcde-btcde.ocm.jsonjson
{
  "ocm": "1",
  "id": "peshay-btcde-btcde",
  "kind": "skill",
  "name": "btcde",
  "description": "This repository accepts AI-assisted contributions.",
  "publisher": "peshay",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "This repository accepts AI-assisted contributions."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/peshay/btcde",
      "path": "AGENTS.md",
      "ref": "b24a9f259c69ee639c8d0b2bf7adbddebe6d0793",
      "url": "https://github.com/peshay/btcde/blob/b24a9f259c69ee639c8d0b2bf7adbddebe6d0793/AGENTS.md",
      "key": "peshay/btcde/AGENTS.md"
    }
  },
  "instructions": "# AGENTS\n\nThis repository accepts AI-assisted contributions.\n\n## Guardrails\n- Keep changes small and reviewable.\n- Be careful with trading and write endpoints; do not change their behavior without explicit intent.\n- Do not commit secrets, API keys, or personal data.\n- Run the public artifact hygiene guard (pre-commit) before publishing PR text, commits, or docs.\n\n## Required Human Checks\n- Review every AI-generated change before merge.\n- Validate API request/response handling and credit-cost annotations.\n- Ensure docs match implemented methods.\n\n## Attribution\nA concise note such as \"AI-assist",
  "cost": {
    "context_tokens": 164
  }
}

Fetch it by URL: GET /api/v1/registry/peshay-btcde-btcde/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.

btcde - Skill - OpenSmartRoute