This project uses the eve framework. Before writing code, read the relevant guide from the installed eve package docs. In most installs, those docs are at `node_modules/eve/docs/`. In workspaces or lo
Imported from tasker-systems/temper (packages/agent-workflows/mention/AGENTS.md). Install upstream with npx skills add tasker-systems/temper --skill mention. Copyright stays with the author.
eve Agent App
This project uses the eve framework. Before writing code, read the relevant guide
from the installed eve package docs. In most installs, those docs are at
node_modules/eve/docs/. In workspaces or local package installs, resolve the
installed eve package location first and read its docs/ directory. If
package docs are unavailable, use https://eve.dev/docs as a fallback.
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/tasker-systems-temper-mention/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.
tasker-systems-temper-mention.ocm.jsonjson
{
"ocm": "1",
"id": "tasker-systems-temper-mention",
"kind": "skill",
"name": "mention",
"description": "This project uses the eve framework. Before writing code, read the relevant guide from the installed eve package docs. In most installs, those docs are at `node_modules/eve/docs/`. In workspaces or local package installs, resolve the installed `eve` package location first and read its `docs/` directory. If package docs are unavailable, use https://eve.dev/docs as a fallback.",
"publisher": "tasker-systems",
"version": "1.0.0",
"capabilities": {
"domains": [
"coding"
],
"tags": [
"skill-md",
"github-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"This project uses the eve framework. Before writing code, read the relevant guide from the installed eve package docs. In most installs, those docs are at `node_modules/eve/docs/`. In workspaces or local package installs, resolve the installed `eve` package location first and read its `docs/` directory. If package docs are unavailable, use https://eve.dev/docs as a fallback."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-agents",
"repository": "https://github.com/tasker-systems/temper",
"path": "packages/agent-workflows/mention/AGENTS.md",
"ref": "dda9c786216cd75c3fe9077c7f69b303fed0b8d1",
"url": "https://github.com/tasker-systems/temper/blob/dda9c786216cd75c3fe9077c7f69b303fed0b8d1/packages/agent-workflows/mention/AGENTS.md",
"key": "tasker-systems/temper/packages/agent-workflows/mention/AGENTS.md"
}
},
"instructions": "# eve Agent App\n\nThis project uses the eve framework. Before writing code, read the relevant guide\nfrom the installed eve package docs. In most installs, those docs are at\n`node_modules/eve/docs/`. In workspaces or local package installs, resolve the\ninstalled `eve` package location first and read its `docs/` directory. If\npackage docs are unavailable, use https://eve.dev/docs as a fallback.",
"cost": {
"context_tokens": 98
}
}
Fetch it by URL: GET /api/v1/registry/tasker-systems-temper-mention/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.