Imported from basecamp/hotcell (AGENTS.md). Install upstream with npx skills add basecamp/hotcell. Copyright stays with the author.
HotCell
This project includes a set of core gems used to isolate untrusted code or handling untrusted input:
hotcell-core, hotcell-server, and hotcell-client.
It also includes a set of gems that build on the HotCell gems to provide drop-in replacement for
Active Storage analyzers, transformers, and previewers: activestorage-hotcell-client and
activestorage-hotcell-server.
How to develop this project.
@CONTRIBUTING.md
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/basecamp-hotcell-hotcell/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.
basecamp-hotcell-hotcell.ocm.jsonjson
{
"ocm": "1",
"id": "basecamp-hotcell-hotcell",
"kind": "skill",
"name": "hotcell",
"description": "This project includes a set of core gems used to isolate untrusted code or handling untrusted input: hotcell-core, hotcell-server, and hotcell-client.",
"publisher": "basecamp",
"version": "1.0.0",
"capabilities": {
"domains": [
"coding"
],
"tags": [
"skill-md",
"github-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"This project includes a set of core gems used to isolate untrusted code or handling untrusted input: hotcell-core, hotcell-server, and hotcell-client."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-agents",
"repository": "https://github.com/basecamp/hotcell",
"path": "AGENTS.md",
"ref": "41288269e86835cf16b751e68470a10c516d795d",
"url": "https://github.com/basecamp/hotcell/blob/41288269e86835cf16b751e68470a10c516d795d/AGENTS.md",
"key": "basecamp/hotcell/AGENTS.md"
}
},
"instructions": "# HotCell\n\nThis project includes a set of core gems used to isolate untrusted code or handling untrusted input:\nhotcell-core, hotcell-server, and hotcell-client.\n\nIt also includes a set of gems that build on the HotCell gems to provide drop-in replacement for\nActive Storage analyzers, transformers, and previewers: activestorage-hotcell-client and\nactivestorage-hotcell-server.\n\n## How to develop this project.\n\n@CONTRIBUTING.md",
"cost": {
"context_tokens": 107
}
}
Fetch it by URL: GET /api/v1/registry/basecamp-hotcell-hotcell/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.