Skip to content
Skillv1.0.0

aiwrapper

Read [README.md] if you haven't.

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

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

See reviews

About

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

Read [README.md] if you haven't.

Important dev rules to follow:

  • Print the docs tree for reference with find docs -maxdepth 4 -print | sort.
  • List the files in [docs/dev/rules] and read the relevant ones before working.
  • Do not treat the direct links below as a replacement for listing [docs/dev/rules]. They are just the rules that are easiest to miss and most likely to matter.
  • Read [docs/dev/rules/how-to-commit.md] before making commits or pushing.
  • Read [docs/dev/rules/how-to-code.md] before substantial code changes.
  • Read [docs/dev/rules/how-to-test.md] before running or changing tests.
  • If you're writing a proposal for a feature or major change, read [docs/dev/rules/how-to-write-proposals.md].

Adjust this doc if you spot any broken links or other rules worth adding here.

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/mitkury-aiwrapper-aiwrapper/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.

mitkury-aiwrapper-aiwrapper.ocm.jsonjson
{
  "ocm": "1",
  "id": "mitkury-aiwrapper-aiwrapper",
  "kind": "skill",
  "name": "aiwrapper",
  "description": "Read [README.md] if you haven't.",
  "publisher": "mitkury",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Read [README.md] if you haven't."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/mitkury/aiwrapper",
      "path": "AGENTS.md",
      "ref": "933106cb4441f28d7896bfd96f219e9af433645c",
      "url": "https://github.com/mitkury/aiwrapper/blob/933106cb4441f28d7896bfd96f219e9af433645c/AGENTS.md",
      "key": "mitkury/aiwrapper/AGENTS.md"
    }
  },
  "instructions": "Read [README.md] if you haven't.\n\nImportant dev rules to follow:\n- Print the docs tree for reference with `find docs -maxdepth 4 -print | sort`.\n- List the files in [docs/dev/rules] and read the relevant ones before working.\n- Do not treat the direct links below as a replacement for listing [docs/dev/rules]. They are just the rules that are easiest to miss and most likely to matter.\n- Read [docs/dev/rules/how-to-commit.md] before making commits or pushing.\n- Read [docs/dev/rules/how-to-code.md] before substantial code changes.\n- Read [docs/dev/rules/how-to-test.md] before running or changing t",
  "cost": {
    "context_tokens": 199
  }
}

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