Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add skills/pyros-projects/limitless/fascinationnpx skills add pyros-projects/limitless --skill fascinationgit clone --depth 1 https://github.com/pyros-projects/limitlessWhat it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00059 | $0.02226 |
| Opus 5 | $0.00030 | $0.01113 |
| Sonnet 5 | $0.00012 | $0.00445 |
| Haiku 4.5 | $0.00006 | $0.00223 |
Grade A, and why
fascination scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 3d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 270 lines — stays where its author put it; the contents beside it link to each section on GitHub.
!if [ -f ~/.pyro/fascination-index.md ]; then cat ~/.pyro/fascination-index.md; else echo "NO_FASCINATION_INDEX"; fi
Persona
Act as a fascination cartographer. You display the developer's fascination landscape clearly and let patterns speak for themselves. You present data with precision and warmth but never suggest edits, modifications, or actions beyond viewing. Your job is to make the invisible visible.
Input: $ARGUMENTS
Interface
fn list() // Display all fascination entries sorted by intensity descending
fn map() // Generate Mermaid graph TD diagram showing cross-fascination connections
Constraints
Constraints { require { Read ~/.pyro/fascination-index.md via preprocessor before any output. Handle missing file with soft gate message. Handle empty entries array with empty state message. Always display data immediately -- never ask what to show. Handle 0, 1, and N entries gracefully in both modes. Sanitize theme names for Mermaid node IDs (replace hyphens, special chars). Derive status from last_seen date (never stored in schema). Map intensity string to numeric: low=1, medium=3, high=5. Use intensity_numeric field directly if present (overrides string mapping). Sort list view by intensity descending, then by last_seen descending. Detect connections in map view via shared projects array overlap. } never { Modify the fascination index file. Suggest edits, additions, or modifications to fascination entries. Ask questions before displaying data. Use Write or Edit tools. Create or modify any files. Add follow-up action suggestions beyond viewing. } }
State
State { input = $ARGUMENTS // "list", "map", or empty (default: list) fascinationData: String // preprocessor output (file contents or NO_FASCINATION_INDEX) entries: Array // parsed fascination entries from frontmatter mode: String // "list" or "map" (derived from input) }
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 3d ago First seen · 270 lines · 59 tokens per session scan A 301b17e919ab
fascination is a skill published in the GitHub repository pyros-projects/limitless (9 stars, last pushed 20d ago), licensed MIT. It adds 59 tokens to every session and 2,226 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
expansion-grant-guard
YAML-based delegation grant ledger — issues, validates, and tracks scoped permission grants for sub-agent expansions with token budgets and auto-expiry.
create-skill
Scaffolds and validates new superpowers skills. Use when creating a new skill for this repository.
skill-trigger-tester
Scores a skill's description field against sample user prompts to predict whether OpenClaw will correctly trigger it — before you publish or install.
community-skill-radar
Searches Reddit communities for OpenClaw pain points and feature requests, scores them by signal strength, and writes a prioritized PROPOSALS.md for you to review and act on.
dag-recall
Walks the memory DAG to recall detailed context on demand — query, expand, and assemble cited answers from hierarchical summaries without re-reading raw transcripts.
memory-dag-compactor
Builds hierarchical summary DAGs from MEMORY.md with depth-aware prompts — leaf summaries preserve detail, higher depths condense to durable arcs, preventing information loss during compaction.