Imported from prateekkumaroriginal/chameleon (AGENTS.md). Install upstream with npx skills add prateekkumaroriginal/chameleon. Copyright stays with the author.
About
This is a chrome extension to inject CSS stylesheets into webpages.
Do
Always define any kind of constant or important config in src/config.ts (like STORAGE_KEY, etc.)
Use flex and gap instead of margins, until necessary.
Never Do:
Never run pnpm dev.
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/prateekkumaroriginal-chameleon-chameleon/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.
{
"ocm": "1",
"id": "prateekkumaroriginal-chameleon-chameleon",
"kind": "skill",
"name": "chameleon",
"description": "About This is a chrome extension to inject CSS stylesheets into webpages.",
"publisher": "prateekkumaroriginal",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"About This is a chrome extension to inject CSS stylesheets into webpages."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-agents",
"repository": "https://github.com/prateekkumaroriginal/chameleon",
"path": "AGENTS.md",
"ref": "8301b7284ea946c8d146768fd955e13c046f7857",
"url": "https://github.com/prateekkumaroriginal/chameleon/blob/8301b7284ea946c8d146768fd955e13c046f7857/AGENTS.md",
"key": "prateekkumaroriginal/chameleon/AGENTS.md"
}
},
"instructions": "# About\nThis is a chrome extension to inject CSS stylesheets into webpages.\n\n# Do\n1. Always define any kind of constant or important config in src/config.ts (like STORAGE_KEY, etc.)\n2. Use flex and gap instead of margins, until necessary.\n\n# Never Do:\n1. Never run pnpm dev.",
"cost": {
"context_tokens": 68
}
}
Fetch it by URL: GET /api/v1/registry/prateekkumaroriginal-chameleon-chameleon/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.