Source

tokenrhythm/opensquilla

106 skills · 2.3K combined installs

Skills from this source

#
Skill
Source
8W Activity
Installs
1
meta-issue-to-pr-autopilot [DEPRECATED] Issue-to-PR autopilot — opens a PR via `gh`, runs a sub-agent fix loop, and writes to git. Disabled pend…
tokenrhythm/opensquilla
24
2
meta-knowledge-base-bootstrap Bootstrap a domain knowledge base from a single seed (URL / PDF path / git repo / free-text topic): classify source →…
tokenrhythm/opensquilla
24
3
meta-long-running-build-watchdog [DEPRECATED] Build watchdog — launches arbitrary commands from the user message in tmux and lets sub-agent auto-apply…
tokenrhythm/opensquilla
24
4
meta-meeting-to-workflow Use this meta-skill instead of answering directly when the user has meeting notes, transcripts, recordings, or rough …
tokenrhythm/opensquilla
24
5
meta-migration-assistant Use this meta-skill instead of answering directly when the user needs a concrete migration plan that benefits from mu…
tokenrhythm/opensquilla
24
6
meta-paper-write Use this meta-skill instead of answering directly when the current user asks to draft or produce a new academic/resea…
tokenrhythm/opensquilla
24
7
meta-pdf-reformat-pipeline Modernize a legacy PDF: structural extraction → natural-language rewrite of problem pages → audit summary → re-merge …
tokenrhythm/opensquilla
24
8
meta-pre-commit-quality-gate Run three quality gates (ruff + mypy + pytest) in parallel over the staged diff, then arbitrate a single BLOCK/APPROV…
tokenrhythm/opensquilla
24
9
meta-security-review-bundle Compose three independent security gates over a candidate operation — policy/governance review, secret/credential sca…
tokenrhythm/opensquilla
24
10
meta-spreadsheet-insight Turn an Excel workbook into business insight: structured read → trend/anomaly summary → write back to a new 'Insights…
tokenrhythm/opensquilla
24
11
meta-stack-trace-investigator Use this meta-skill instead of answering directly when the user gives a stack trace, traceback, runtime error, or fai…
tokenrhythm/opensquilla
24
12
meta-web-to-pdf-briefing Render a topic into a distributable PDF briefing in three steps: web search → bullet summary → styled PDF. Trigger wh…
tokenrhythm/opensquilla
24
13
nano-banana-pro Generate or edit a single image via OpenRouter (google/gemini-3.1-flash-image-preview by default). Accepts a text pro…
tokenrhythm/opensquilla
24
14
paper-experiment-stub Demo-only stub experiment for meta-paper-write: generates a deterministic results.csv seeded by topic hash. Not real …
tokenrhythm/opensquilla
24
15
paper-refbib-stub Convert normalized multi-search-engine results to minimal BibTeX, preserving real DOI, author, publication year, arXi…
tokenrhythm/opensquilla
24
16
paper-section-author Write one publication-style research-paper section as a bounded, citation-grounded LaTeX fragment from a writing plan…
tokenrhythm/opensquilla
24
17
paper-source-curator Curate search results and BibTeX entries into a reliable source pack for a long research paper.
tokenrhythm/opensquilla
24
18
skill-creator Create, edit, improve, or audit AgentSkills. Use when creating a new skill from scratch or when asked to improve, rev…
tokenrhythm/opensquilla
24
19
skill-creator-linter Internal tool (not user-invocable). Called by meta-skill-creator as a DAG step (kind: agent) to lint a candidate meta…
tokenrhythm/opensquilla
24
20
skill-creator-proposals Internal tool (not user-invocable). Called by meta-skill-creator's persist step and by `opensquilla meta accept` CLI …
tokenrhythm/opensquilla
24
21
skill-creator-smoke-test Internal tool (not user-invocable). Called by meta-skill-creator as a DAG step (kind: agent) to run G3 (positive smok…
tokenrhythm/opensquilla
24
22
stack-trace-generic-probe Internal helper for meta-stack-trace-investigator. Use when a stack trace language is unknown and the workflow needs …
tokenrhythm/opensquilla
24
23
stack-trace-go-probe Internal helper for meta-stack-trace-investigator. Use when a Go panic or stack trace needs Go-specific nil/error che…
tokenrhythm/opensquilla
24
24
stack-trace-js-probe Internal helper for meta-stack-trace-investigator. Use when a JavaScript or TypeScript stack trace needs npm/node/tsc…
tokenrhythm/opensquilla
24
25
stack-trace-rust-probe Internal helper for meta-stack-trace-investigator. Use when a Rust panic or backtrace needs Rust-specific Result/Opti…
tokenrhythm/opensquilla
24
26
sub-agent Delegate a self-contained task to a sub-Agent (Codex, Claude Code, or Pi via background process). The original use ca…
tokenrhythm/opensquilla
24
27
text-file-read Read a UTF-8 text file and emit its raw content on stdout. Tiny helper for meta-skills that need to round-trip an art…
tokenrhythm/opensquilla
24
28
title-card-image Render a static title / ending card PNG with Pillow. Centered headline + optional subtitle on a solid-colour backgrou…
tokenrhythm/opensquilla
24
29
voiceover-studio Generate narration, product voiceover, IVR prompts, podcast reads, or short-video VOICEOVER audio through OpenSquilla…
tokenrhythm/opensquilla
24
30
weather Get current weather and forecasts via wttr.in or Open-Meteo. Use when: user asks about weather, temperature, or forec…
tokenrhythm/opensquilla
24
31
meta-web-research-to-report Use this meta-skill instead of answering directly when the current user asks for a source-backed web research deliver…
tokenrhythm/opensquilla
18
32
meta-document-to-decision Use this meta-skill instead of answering directly when the current user provides or references a document, contract, …
tokenrhythm/opensquilla
17
33
meta-competitive-intel Use this meta-skill instead of answering directly when the current user asks for competitive-intel monitoring over na…
tokenrhythm/opensquilla
16
34
meta-daily-operator-brief Use this meta-skill instead of answering directly when the current user asks for a practical today/tomorrow operating…
tokenrhythm/opensquilla
16
35
meta-job-search-pipeline Use this meta-skill instead of answering directly when the current user is doing a concrete job-search workflow: tail…
tokenrhythm/opensquilla
16
36
filesystem Advanced filesystem operations - listing, searching, batch processing, and directory analysis for Clawdbot
tokenrhythm/opensquilla
9
37
html-coder Expert HTML development skill for building web pages, forms, and interactive content. Use when creating HTML document…
tokenrhythm/opensquilla
9
38
audio-cog OpenSquilla-compatible audio generation adapter for webpage audio requests. Prefer OpenRouter config/API key in OpenS…
tokenrhythm/opensquilla
8
39
awesome-webpage-image-download Deterministic image downloader for AwesomeWebpageMetaSkill search results. Use as skill_exec to fetch candidate image…
tokenrhythm/opensquilla
8
40
awesome-webpage-research Single-pass mini research for AwesomeWebpageMetaSkill: produce a short cited topic brief from one bounded web-search …
tokenrhythm/opensquilla
8
41
AwesomeWebpageMetaSkill Build a local multimedia webpage project from a user topic, audience, language, style, and media preferences by frami…
tokenrhythm/opensquilla
8
42
code-task PREFERRED way to change code in a REAL repository: fix a GitHub issue, fix a bug, add/implement a function or feature…
tokenrhythm/opensquilla
8
43
nano-banana-pro-openrouter Deterministic OpenRouter image generation adapter for Nano Banana Pro / Gemini image models. Use as skill_exec when a…
tokenrhythm/opensquilla
8
44
openrouter-video-generator Generate or declare an OpenRouter video asset for AwesomeWebpageMetaSkill using a parent-leased Provider Settings con…
tokenrhythm/opensquilla
8
45
swe-bench Run SWE-bench instances with an OpenSquilla agent inside the official Docker images. Trigger when the user wants to r…
tokenrhythm/opensquilla
8
46
web-search This skill should be used when users need to search the web for information, find current content, look up news artic…
tokenrhythm/opensquilla
8
47
paper-citation-integrity-gate Deterministic citation-count and provenance gate for meta-paper-write. Checks the citation_map summary against the nu…
tokenrhythm/opensquilla
6
48
paper-artifact-runtime Internal cross-platform artifact persistence, assembly, citation-audit, and PDF compilation runtime for meta-paper-wr…
tokenrhythm/opensquilla
5
49
paper-delivery-summary paper-delivery-summary Installation Command Prompt $ npx skills add https://github.com/tokenrhythm/opensquilla --skil…
tokenrhythm/opensquilla
5
50
paper-latex-sanitizer Deterministically normalize safe LaTeX punctuation and replace unsupported forecast magnitudes with explicit placehol…
tokenrhythm/opensquilla
5
Page 2 · 106 total Previous Next