Imported from agentty-xyz/agentty (crates/ag-clipboard/AGENTS.md). Install upstream with npx skills add agentty-xyz/agentty --skill ag-clipboard. Copyright stays with the author.
ag-clipboard
Read-only clipboard support for Agentty prompt image capture.
Boundaries
Keep the public API synchronous; Agentty performs clipboard reads on a blocking
thread.
Keep platform details under src/backend/.
Preserve the audited Wayland path through the wl-paste subprocess backend rather
than adding Rust Wayland protocol crates.
Add clipboard writes only with a specified user-facing copy feature.
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/agentty-xyz-agentty-ag-clipboard/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.
agentty-xyz-agentty-ag-clipboard.ocm.jsonjson
{
"ocm": "1",
"id": "agentty-xyz-agentty-ag-clipboard",
"kind": "skill",
"name": "ag-clipboard",
"description": "Read-only clipboard support for Agentty prompt image capture.",
"publisher": "agentty-xyz",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Read-only clipboard support for Agentty prompt image capture."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-agents",
"repository": "https://github.com/agentty-xyz/agentty",
"path": "crates/ag-clipboard/AGENTS.md",
"ref": "6e17abd26a2ce8c3b94352527a9204462facf396",
"url": "https://github.com/agentty-xyz/agentty/blob/6e17abd26a2ce8c3b94352527a9204462facf396/crates/ag-clipboard/AGENTS.md",
"key": "agentty-xyz/agentty/crates/ag-clipboard/AGENTS.md"
}
},
"instructions": "# ag-clipboard\n\nRead-only clipboard support for Agentty prompt image capture.\n\n## Boundaries\n\n- Keep the public API synchronous; Agentty performs clipboard reads on a blocking\n thread.\n- Keep platform details under `src/backend/`.\n- Preserve the audited Wayland path through the `wl-paste` subprocess backend rather\n than adding Rust Wayland protocol crates.\n- Add clipboard writes only with a specified user-facing copy feature.",
"cost": {
"context_tokens": 107
}
}
Fetch it by URL: GET /api/v1/registry/agentty-xyz-agentty-ag-clipboard/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.