Skip to content
Skillv1.0.0

ai-notes

Agent Guidelines

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

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

See reviews

About

Imported from derogab/ai-notes (AGENTS.md). Install upstream with npx skills add derogab/ai-notes. Copyright stays with the author.

Agent Guidelines

  • This is a desktop-only Obsidian plugin. Edit TypeScript in src/; main.js is generated and ignored.
  • Preserve the Markdown contract in src/main.ts: ## 🔴 REC, each audio embed followed by its transcription <details> block, and ## 🤖 AI.
  • Verify changes with npm run lint and npm run build; there is no automated test suite.

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/derogab-ai-notes-ai-notes/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.

derogab-ai-notes-ai-notes.ocm.jsonjson
{
  "ocm": "1",
  "id": "derogab-ai-notes-ai-notes",
  "kind": "skill",
  "name": "ai-notes",
  "description": "Agent Guidelines",
  "publisher": "derogab",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Agent Guidelines"
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/derogab/ai-notes",
      "path": "AGENTS.md",
      "ref": "4942b365060e61790ec5d8c0b2fa67e840842ee1",
      "url": "https://github.com/derogab/ai-notes/blob/4942b365060e61790ec5d8c0b2fa67e840842ee1/AGENTS.md",
      "key": "derogab/ai-notes/AGENTS.md"
    }
  },
  "instructions": "# Agent Guidelines\n\n- This is a desktop-only Obsidian plugin. Edit TypeScript in `src/`; `main.js` is generated and ignored.\n- Preserve the Markdown contract in `src/main.ts`: `## 🔴 REC`, each audio embed followed by its transcription `<details>` block, and `## 🤖 AI`.\n- Verify changes with `npm run lint` and `npm run build`; there is no automated test suite.",
  "cost": {
    "context_tokens": 90
  }
}

Fetch it by URL: GET /api/v1/registry/derogab-ai-notes-ai-notes/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.