Skip to main content

Skills neste repositório

TokenRhythm/opensquilla - Página 2

O SkillsMP coletou 100 skills de TokenRhythm/opensquilla. Abra uma skill para revisar a origem e os detalhes.

TokenRhythm/opensquilla

Mostrando 40 de 100 skills coletadas.

ocupação
Desenvolvedores de software
descrição

Use when the user asks to remember, recall, forget, update, search, or inspect durable OpenSquilla memory, including profile facts in USER.md and long-term notes in MEMORY.md or memory/**/*.md.

Idioma do texto original: inglês

atualizado
ocupação
Outras ocupações de informática
descrição

Use this meta-skill instead of answering directly only when the current user explicitly asks to create, compose, synthesize, or propose a new meta-skill that orchestrates multiple existing skills. It uses multi-skill orchestration for intent clarification,…

Idioma do texto original: inglês

atualizado
ocupação
Técnicos de áudio e vídeo
descrição

Generate instrumental music, background beds, jingles, or sung songs with lyrics through OpenSquilla audio tools. Use when the user asks for BGM, music generation, 唱歌, 生成歌曲, lyrics to song, or a playable music audio artifact.

Idioma do texto original: inglês

atualizado
ocupação
Editores de desktop
descrição

Edit PDFs with natural-language instructions using the nano-pdf CLI.

Idioma do texto original: inglês

atualizado
ocupação
Redatores técnicos
descrição

Write the abstract after the paper body has been revised, using the final claims and evidence.

Idioma do texto original: inglês

atualizado
ocupação
Redatores técnicos
descrição

Map paper claims to available BibTeX citation keys before section drafting.

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Demo-only stub experiment for meta-paper-write: generates a deterministic results.csv seeded by topic hash. Not real science.

Idioma do texto original: inglês

atualizado
ocupação
Redatores técnicos
descrição

Author a 5-section paper outline (abstract / introduction / method / results / discussion) for a research topic, citing supplied reference keys when relevant.

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Plot a results CSV (x, y_baseline, y_ours) as a two-line matplotlib chart and write a PDF. Demo-only.

Idioma do texto original: inglês

atualizado
ocupação
Redatores técnicos
descrição

Extract paper-writing preferences from a user request before research and drafting, choosing direct generation defaults when the request does not require a preference interview.

Idioma do texto original: inglês

atualizado
ocupação
Redatores técnicos
descrição

Revise independently drafted paper sections into one coherent LaTeX body before the abstract is written.

Idioma do texto original: inglês

atualizado
ocupação
Professores do ensino superior, todos os outros
descrição

Curate search results and BibTeX entries into a reliable source pack for a long research paper.

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Structured `.pdf` operations: extract text/tables, merge pages from multiple PDFs, split a PDF by page ranges, fill PDF form fields, and generate fresh PDFs from JSON. Trigger when the user wants programmatic PDF work without natural-language rewriting —…

Idioma do texto original: inglês

atualizado
ocupação
Designers gráficos
descrição

Read, edit, or create PowerPoint .pptx files. Trigger this skill whenever the user mentions a deck, slides, slide deck, presentation, or a `.pptx` filename — whether the goal is to extract text, modify an existing deck, build one from scratch, or prepare…

Idioma do texto original: inglês

atualizado
ocupação
Outras ocupações de informática
descrição

Internal tool (not user-invocable). Called by meta-skill-creator as a DAG step (kind: agent) to lint a candidate meta-skill SKILL.md against G1 (parse + reference check + xml_escape grep + structural lint) and G2 (scheduler dry-run with stub executors).…

Idioma do texto original: inglês

atualizado
ocupação
Outras ocupações de informática
descrição

Internal tool (not user-invocable). Called by meta-skill-creator's persist step and by `opensquilla meta accept` CLI (Phase 2) to manage `~/.opensquilla/proposals/`: write_proposal / list / accept. Returns JSON.

Idioma do texto original: inglês

atualizado
ocupação
Outras ocupações de informática
descrição

Create, edit, improve, or audit AgentSkills. Use when creating a new skill from scratch or when asked to improve, review, audit, tidy up, or clean up an existing skill or SKILL.md file. Also use when editing or restructuring a skill directory (moving files to…

Idioma do texto original: inglês

atualizado
ocupação
Outras ocupações de informática
descrição

Internal tool (not user-invocable). Called by meta-skill-creator as a DAG step (kind: agent) to run G3 (positive smoke) and G4 (negative smoke) gates against a candidate meta-skill SKILL.md. Cross-vendor: fixture-generation LLM != classifier LLM. Returns JSON.

Idioma do texto original: inglês

atualizado
ocupação
Editores de filme e vídeo
descrição

Build an SRT subtitle file from a 3-shot short-drama script (ai-video-script OUTPUT FORMAT). Reads each SHOT_N block's DURATION_S + VOICEOVER, emits cumulative-timestamped SRT cues. Pure text-processing, no LLM, no network. Used by meta-short-drama between…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Internal helper for meta-stack-trace-investigator. Use when a stack trace language is unknown and the workflow needs language-neutral failure-contract checks, reproducer guidance, and patch targets.

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Internal helper for meta-stack-trace-investigator. Use when a Go panic or stack trace needs Go-specific nil/error checks, go test reproducer guidance, and patch targets.

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Internal helper for meta-stack-trace-investigator. Use when a JavaScript or TypeScript stack trace needs npm/node/tsc-specific checks, reproduction guidance, and patch targets.

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Internal helper for meta-stack-trace-investigator. Use when a Python traceback needs Python-specific root-cause checks, pytest reproducer guidance, and defensive patch targets.

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Internal helper for meta-stack-trace-investigator. Use when a Rust panic or backtrace needs Rust-specific Result/Option checks, cargo test guidance, and patch targets.

Idioma do texto original: inglês

atualizado
ocupação
Outras ocupações de informática
descrição

Delegate a self-contained task to a sub-Agent (Codex, Claude Code, or Pi via background process). The original use case was coding tasks — building features, reviewing PRs, refactoring — but the skill is the generic "spawn a sub-Agent with full tool surface"…

Idioma do texto original: inglês

atualizado
ocupação
Escriturários gerais de escritório
descrição

Summarize, condense, or digest content

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Read a UTF-8 text file and emit its raw content on stdout. Tiny helper for meta-skills that need to round-trip an artefact through disk so the user can hand-edit it between steps (e.g. tweak script.txt during a review pause). Unlike the builtin read_file tool…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Remote-control tmux sessions for interactive CLIs by sending keystrokes and scraping pane output. Use when: (1) monitoring Claude/Codex sessions running in tmux, (2) sending input to interactive terminal applications, (3) scraping output from long-running…

Idioma do texto original: inglês

atualizado
ocupação
Editores de filme e vídeo
descrição

Concatenate a directory of numbered MP4 segments (1_*.mp4, 2_*.mp4, ...) into one MP4 with optional fade transitions, unified resolution/fps/codec. Pure ffmpeg wrapper, no LLM. Trigger when a workflow has produced several short clips that need stitching into…

Idioma do texto original: inglês

atualizado
ocupação
Editores de filme e vídeo
descrição

Turn a single still image (PNG/JPG) into a short MP4 with a slow Ken-Burns zoom and a silent audio track. Pure ffmpeg wrapper. Designed as the on_failure substitute for AI video-gen steps that get blocked by content moderation: when seedance refuses, this…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Create and register cloned voices for later TTS only when the speaker has explicit consent. Use when the user asks for voice clone, clone voice, 克隆音色, 复刻声音, or wants a reusable voice_id.

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Convert a local source recording into an authorized target voice. Use when the user asks for voice conversion, voice changer, 换声, 变声, 音色转换, or converting existing narration to another approved voice.

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Generate narration, product voiceover, IVR prompts, podcast reads, or short-video VOICEOVER audio through OpenSquilla audio tools. Use when the user asks for TTS, 配音, 旁白, 口播, audio narration, or wants script text turned into a playable audio artifact.

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Get current weather and forecasts via wttr.in or Open-Meteo. Use when: user asks about weather, temperature, or forecasts for any location. NOT for: historical weather data, severe weather alerts, or detailed meteorological analysis. No API key needed.

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

This skill should be used when users need to search the web for information, find current content, look up news articles, search for images, or find videos. It uses DuckDuckGo's search API to return results in clean, formatted output (text, markdown, or…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Read, edit, or create Microsoft Excel `.xlsx` workbooks. Trigger this skill whenever the user mentions a spreadsheet, .xlsx file, workbook, sheet, formula, pivot table, or asks to extract tabular data, modify a sheet, or build a workbook from rows. Three…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Fetch the day's top arXiv submissions in a chosen category, write a structured per-paper digest, render the digest as a PPTX deck (one slide per paper), and persist the digest to long-term memory. Use for a daily 'arxiv morning briefing' — manual fire or…

Idioma do texto original: inglês

atualizado
ocupação
Especialistas em gestão de projetos
descrição

Auditable compliance bundle: deep-research with citations → signable .docx report → read-only PDF archive → memory note of audit findings.

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Scan a target codebase path, classify the most informative diagram kind, then render it as BOTH a PlantUML source file AND a draw.io XML in parallel, and compose them into a single architecture doc. Use when writing an RFC or onboarding doc and you want a…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Inspect the user's open GitHub PRs / failing CI / new issues via `gh`, summarize into 3 buckets (to-review / awaiting-me / CI-red), and persist follow-ups to memory.

Idioma do texto original: inglês

atualizado
Mostrando 40 de 100 skills coletadas.