Skip to content
Skillv1.0.0

xExtension-EinkPush

AI Agent Instructions

by SHU-red(0) 0 installs
Free
Sign in to install

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

See reviews

About

Imported from SHU-red/xExtension-EinkPush (AGENTS.md). Install upstream with npx skills add SHU-red/xExtension-EinkPush. Copyright stays with the author.

AI Agent Instructions

  • Use the "caveman skill" with every action.
  • Reduce token usage by providing very short answers.
  • Use very few words to communicate.
  • After every change, do a git commit and push to the repository (dev branch).
  • All development must be done in the dev branch.
  • Merge dev into main and publish a release ONLY if the user EXPLICITLY requests it. Ask if unsure.

Secrets

  • Read SECRETS.md for credentials, SSH access, and Docker commands.
  • NEVER commit SECRETS.md (it is in .gitignore).
  • Use these for live instance verification during development.

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/shu-red-xextension-einkpush-xextension-einkpush/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.

shu-red-xextension-einkpush-xextension-einkpush.ocm.jsonjson
{
  "ocm": "1",
  "id": "shu-red-xextension-einkpush-xextension-einkpush",
  "kind": "skill",
  "name": "xExtension-EinkPush",
  "description": "AI Agent Instructions",
  "publisher": "SHU-red",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "AI Agent Instructions"
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/SHU-red/xExtension-EinkPush",
      "path": "AGENTS.md",
      "ref": "22a2bbcf904d6f77e80804a8c788dd4007cdda85",
      "url": "https://github.com/SHU-red/xExtension-EinkPush/blob/22a2bbcf904d6f77e80804a8c788dd4007cdda85/AGENTS.md",
      "key": "SHU-red/xExtension-EinkPush/AGENTS.md"
    }
  },
  "instructions": "# AI Agent Instructions\n\n- Use the \"caveman skill\" with every action.\n- Reduce token usage by providing very short answers.\n- Use very few words to communicate.\n- After every change, do a git commit and push to the repository (dev branch).\n- All development must be done in the `dev` branch.\n- Merge `dev` into `main` and publish a release ONLY if the user EXPLICITLY requests it. Ask if unsure.\n\n## Secrets\n- Read `SECRETS.md` for credentials, SSH access, and Docker commands.\n- NEVER commit `SECRETS.md` (it is in `.gitignore`).\n- Use these for live instance verification during development.",
  "cost": {
    "context_tokens": 148
  }
}

Fetch it by URL: GET /api/v1/registry/shu-red-xextension-einkpush-xextension-einkpush/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.