Hi - I answer from the OpenSmartRoute documentation: routing, the API, plans and quotas, self-hosting. Ask away, or open a support ticket if you need a person.
Grounded in the docs - follow a source before acting on it.
conversion-tracking - Skill - OpenSmartRoute
Skillv1.0.0
conversion-tracking
See `content/06-decision-tree.xml`. The tree maps observable input signals (artefact shape, freshness, scope) to either a `run-the-methodology` conclusion or a `skip-this-methodology` conclusion, with
Imported from faionfaion/faion-network (skills/faion/knowledge/marketing/conversion-tracking/AGENTS.md). Install upstream with npx skills add faionfaion/faion-network --skill conversion-tracking. Copyright stays with the author.
Conversion Tracking
Summary
One-sentence: Generates the conversion-tracking config: event taxonomy, pixel + server-side tags, validation script, QA fixtures across browsers.
One-paragraph: Generates the conversion-tracking config: event taxonomy, pixel + server-side tags, validation script, QA fixtures across browsers. Use it when кілька джерел трафіку, потрібен unified event taxonomy. The methodology pins the artefact shape via JSON Schema in content/02-output-contract.xml, so a downstream agent can validate the output mechanically rather than by prose review.
Ефективно для:
Кілька джерел трафіку, потрібен unified event taxonomy.
Server-side tagging доступний (GTM Server / Cloudflare Worker).
Step-by-step procedure with input/action/output/decision-gate
800
content/06-decision-tree.xml
essential
Decision tree: observable signals -> rule from 01-core-rules.xml
600
Task Routing
Sub-task
Model
Rationale
gather-inputs
haiku
Mechanical extraction from upstream artefacts
apply-rules
sonnet
Apply 01-core-rules.xml + decision tree against state
synthesise-output
sonnet
Final artefact authoring matching 02-output-contract.xml
validate-output
haiku
Run scripts/validate-conversion-tracking.py against the artefact
Templates
File
Purpose
templates/conversion-tracking.config.yaml
YAML config skeleton with 5-line header
templates/conversion-tracking.example.json
Example output JSON conforming to 02-output-contract.xml
templates/_smoke-test.json
Minimum viable filled-in artefact for the validator self-test
Scripts
File
Purpose
When to call
scripts/validate-conversion-tracking.py
Validate produced artefact against 02-output-contract.xml schema
After synthesise-output, before commit/publish
Related
parent skill: pro/marketing/growth-marketer/
[[ab-testing-setup]]
[[north-star-metric]]
[[activation-framework]]
Decision tree
See content/06-decision-tree.xml. The tree maps observable input signals (artefact shape, freshness, scope) to either a run-the-methodology conclusion or a skip-this-methodology conclusion, with every leaf referencing a rule id from 01-core-rules.xml. Use it when the operator is unsure whether this methodology applies to the current task.
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/faionfaion-faion-network-conversion-tracking/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": "faionfaion-faion-network-conversion-tracking",
"kind": "skill",
"name": "conversion-tracking",
"description": "See `content/06-decision-tree.xml`. The tree maps observable input signals (artefact shape, freshness, scope) to either a `run-the-methodology` conclusion or a `skip-this-methodology` conclusion, with every leaf referencing a rule id from `01-core-rules.xml`. Use it when the operator is unsure whether this methodology applies to the current task.",
"publisher": "faionfaion",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"See `content/06-decision-tree.xml`. The tree maps observable input signals (artefact shape, freshness, scope) to either a `run-the-methodology` conclusion or a `skip-this-methodology` conclusion, with every leaf referencing a rule id from `01-core-rules.xml`. Use it when the operator is unsure whether this methodology applies to the current task."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-agents",
"repository": "https://github.com/faionfaion/faion-network",
"path": "skills/faion/knowledge/marketing/conversion-tracking/AGENTS.md",
"ref": "9f20bf6815773b771fae542acb362f864dbe49be",
"url": "https://github.com/faionfaion/faion-network/blob/9f20bf6815773b771fae542acb362f864dbe49be/skills/faion/knowledge/marketing/conversion-tracking/AGENTS.md",
"key": "faionfaion/faion-network/skills/faion/knowledge/marketing/conversion-tracking/AGENTS.md"
}
},
"instructions": "# Conversion Tracking\n\n## Summary\n\n**One-sentence:** Generates the conversion-tracking config: event taxonomy, pixel + server-side tags, validation script, QA fixtures across browsers.\n\n**One-paragraph:** Generates the conversion-tracking config: event taxonomy, pixel + server-side tags, validation script, QA fixtures across browsers. Use it when кілька джерел трафіку, потрібен unified event taxonomy. The methodology pins the artefact shape via JSON Schema in `content/02-output-contract.xml`, so a downstream agent can validate the output mechanically rather than by prose review.\n\n**Ефективно д",
"cost": {
"context_tokens": 1147
}
}
Fetch it by URL: GET /api/v1/registry/faionfaion-faion-network-conversion-tracking/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.