Imported from francoeur003/replication (AGENTS.md). Install upstream with npx skills add francoeur003/replication. Copyright stays with the author.
Replication project rules
This directory is the only canonical source for the Replication desktop app.
Product scope: one uploaded video in, three publishable replica videos out.
The three allowed transformations are hook rewrite, ending rewrite, and creator identity replacement.
Do not add market research, account management, analytics, publishing, content libraries, or a timeline editor.
Production generation must stay behind explicit per-run paid authorization.
A run can become succeeded only after a real MP4 exists and passes video validation.
Use the scripts in package.json for start, test, and build.
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/francoeur003-replication-replication/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.
francoeur003-replication-replication.ocm.jsonjson
{
"ocm": "1",
"id": "francoeur003-replication-replication",
"kind": "skill",
"name": "replication",
"description": "This directory is the only canonical source for the Replication desktop app.",
"publisher": "francoeur003",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"This directory is the only canonical source for the Replication desktop app."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-agents",
"repository": "https://github.com/francoeur003/replication",
"path": "AGENTS.md",
"ref": "b67ea7a27a796bfef066adf73a63e192f284ba00",
"url": "https://github.com/francoeur003/replication/blob/b67ea7a27a796bfef066adf73a63e192f284ba00/AGENTS.md",
"key": "francoeur003/replication/AGENTS.md"
}
},
"instructions": "# Replication project rules\n\nThis directory is the only canonical source for the Replication desktop app.\n\n- Product scope: one uploaded video in, three publishable replica videos out.\n- The three allowed transformations are hook rewrite, ending rewrite, and creator identity replacement.\n- Do not add market research, account management, analytics, publishing, content libraries, or a timeline editor.\n- Production generation must stay behind explicit per-run paid authorization.\n- A run can become `succeeded` only after a real MP4 exists and passes video validation.\n- Use the scripts in `package.",
"cost": {
"context_tokens": 158
}
}
Fetch it by URL: GET /api/v1/registry/francoeur003-replication-replication/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.