Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
GitHub 저장소

simplicio-agent

simplicio-agent에는 wesleysimplicio에서 수집한 skills 105개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.

수집된 skills
105
Stars
4
업데이트
2026-07-21
Forks
0
직업 범위
직업 카테고리 10개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

simplicio-tasks
기타 컴퓨터 관련 직업

Legacy compatibility alias for `/simplicio-loop`. Use only when an older install, adapter, or saved prompt still invokes `/simplicio-tasks`; immediately route the run through `.claude/skills/simplicio-loop/SKILL.md`, which now owns the public core + loop protocol.

2026-07-21
local-gateway-operations
네트워크·컴퓨터 시스템 관리자

Operate and troubleshoot local Hermes/Simplicio gateway services safely, including config edits, launchd/service restarts, and live verification with logs.

2026-07-21
graphify
소프트웨어 개발자

Transforma a memória do Simplicio (memory_items + embeddings all-MiniLM) em um knowledge graph consultável — nós + arestas, comunidades, god nodes, path/explain/query. Port do conceito Graphify (Graphify-Labs) reusando a infra já existente (neural-recall, vec0).

2026-07-21
simplicio-tasks
기타 컴퓨터 관련 직업

Legacy compatibility alias for `/simplicio-loop`. Use only when an older install, adapter, or saved prompt still invokes `/simplicio-tasks`; immediately route the run through `.claude/skills/simplicio-loop/SKILL.md`, which now owns the public core + loop protocol.

2026-07-20
auto-not-6
소프트웨어 개발자

Learned skill -- when the task mentions "not", run this proven sequence (5 successful runs, confidence 1.00).

2026-07-18
simplicio-autoresearch
소프트웨어 개발자

Evolutionary optimize-by-metric loop — mutate a target, evaluate against fixed criteria, KEEP if the score improves (commit) or REVERT if it doesn't (git checkout), repeat, plateau-break after N stagnated runs. Adapts Karpathy's `autoresearch` pattern (and the ECC `autoresearch-agent`) with mandatory yool guardrails (§11 caps), git-isolated branch discipline, an anti-Goodhart eval order (correctness gate FIRST, score SECOND, labeled tokenizer), a local-first mutation ladder, and a `simplicio.savings-event/v1` receipt per run. Use when the user says "optimize this by <metric>", "autoresearch loop", "evolutionary optimize", "mutate/eval/keep-revert", or asks to shrink tokens/latency/bundle size/improve pass-rate against a fixed, measurable eval. Worker: `scripts/autoresearch.py`.

2026-07-18
simplicio-compress
소프트웨어 개발자

Cut output and memory tokens without losing meaning — terse prose levels (caveman-style) that preserve code/paths/URLs byte-for-byte, plus a one-time memory/doc compaction pass that pays back every future turn. Use when replies or worker reports are verbose, when standing context (CLAUDE.md/AGENTS.md/notes) is bloated, or when simplicio-tasks needs its output-side + input-side token discipline. Compression NEVER touches code, identifiers, or a safety confirmation.

2026-07-18
simplicio-learn
소프트웨어 개발자

Persist what a run taught you so the next run is cheaper and more correct — mine high-signal lessons from the trajectory, dedup them, and write them back to AGENTS.md / memory so they're applied not re-derived. Use after a run or at session end, when the user says "remember this", "do a retrospective", "learn from this run", or when simplicio-tasks closes its self-audit. Keeps memory lean: durable, reusable bullets only — no transcripts, no one-offs.

2026-07-18
simplicio-loop
소프트웨어 개발자

Unified public entrypoint for Simplicio's body-of-work orchestration: core + loop in one command. Use when the user types /simplicio-loop, says "ralph loop", "keep iterating until done", "finish all open issues", or asks to drain a queue of work autonomously. Runtime-agnostic: binds a real stop-hook where the host supports hooks (Claude, Cursor); otherwise self-paces via the host scheduler. The older /simplicio-tasks surface is a legacy alias; never escape the loop with a false promise.

2026-07-18
simplicio-orient
소프트웨어 개발자

Terminal-first execution — answer facts with the shell, never with the LLM. Use whenever a step needs a fact about the filesystem, git, processes, or system resources, or runs a build/test/lint/diff whose output would flood context. Substitutes deterministic shell/CLI calls for native LLM operations and clamps their output 60–90% (rtk-style) with a failure-safe tee cache, signatures-only reads, and an optional auto-rewrite hook. This is the token-economy spine of simplicio-tasks, usable standalone.

2026-07-18
simplicio-review
소프트웨어 품질 보증 분석가·테스터

Deep, adversarial branch review — parallel subagents on separate rubrics (security/correctness, code-quality, and does-it-reproduce), spawned in one message, then deduped into one verdict. Runs for EVERY item, no TRIVIAL/SMALL shortcut — it is 3 of the 6 roles in simplicio-tasks' minimum-agent floor. Use before merging any work, when the user says "review this branch/PR hard", "thermo-nuclear review", "is this safe to merge", or when simplicio-tasks needs the Step 4c adversarial verify gate. Scopes strictly to the diff; refutes rather than rubber-stamps.

2026-07-18
himalaya
소프트웨어 개발자

Himalaya CLI: IMAP/SMTP email from terminal.

2026-07-17
airtable
소프트웨어 개발자

Airtable REST API via curl. Records CRUD, filters, upserts.

2026-07-17
google-workspace
소프트웨어 개발자

Gmail, Calendar, Drive, Docs, Sheets via gws CLI or Python.

2026-07-17
notion
소프트웨어 개발자

Notion API + ntn CLI: pages, databases, markdown, Workers.

2026-07-17
ocr-and-documents
소프트웨어 개발자

Extract text from PDFs/scans (pymupdf, marker-pdf).

2026-07-17
petdex
소프트웨어 개발자

Install and select animated petdex mascots for Simplicio Agent.

2026-07-17
teams-meeting-pipeline
소프트웨어 개발자

Operate the Teams meeting summary pipeline via Simplicio Agent CLI — summarize meetings, inspect pipeline status, replay jobs, manage Microsoft Graph subscriptions.

2026-07-17
simplicio-runtime-evolution
소프트웨어 개발자

Evolve the Simplicio Runtime by porting external patterns into runtime modules with deterministic edits, focused tests, and evidence. HARD MANDATE (Wesley 2026-07-08) — BOTH bots (AlfradHD ~/.hermes, Simplicio ~/.simplicio_agent) drive execution through Simplicio Runtime via MCP/CLI, and verified evolution is merged straight into `main` of both repos. Encodes the git-to-main pitfalls (worktree trap, origin/main advanced, stash preservation, MCP quirks) and `doctor --json` gap detection.

2026-07-17
kanban-video-orchestrator
기타 컴퓨터 관련 직업

Plan, set up, and monitor a multi-agent video production pipeline backed by Hermes Kanban. Use when the user wants to make ANY video — narrative film, product/marketing, music video, explainer, ASCII/terminal art, abstract/generative loop, comic, 3D, real-time/installation — and the work warrants decomposition into specialized profiles (writer, designer, animator, renderer, voice, editor, etc.) coordinated through a kanban board. Performs adaptive discovery to scope the brief, designs an appropriate team for the requested style, generates the setup script that creates Hermes profiles + initial kanban task, then helps monitor execution and intervene when tasks stall or fail. Routes scenes to whichever Hermes rendering / audio / design skill fits each beat (`ascii-video`, `manim-video`, `p5js`, `comfyui`, `touchdesigner-mcp`, `blender-mcp`, `pixel-art`, `baoyu-comic`, `claude-design`, `excalidraw`, `songsee`, `heartmula`, …) plus external APIs for TTS, image-gen, and image-to-video as needed.

2026-07-16
openclaw-migration
기타 컴퓨터 관련 직업

Migrate a user's OpenClaw customization footprint into Hermes Agent. Imports Hermes-compatible memories, SOUL.md, command allowlists, user skills, and selected workspace assets from ~/.openclaw, then reports exactly what could not be migrated and why.

2026-07-16
google-meet
소프트웨어 개발자

Join a Google Meet call, transcribe live captions, optionally speak in realtime, and do the followup work afterwards. Use when the user asks the agent to sit in on a meeting, take notes, summarize, respond in-call, or action items from it.

2026-07-16
hermes-agent
기타 컴퓨터 관련 직업

Configure, extend, or contribute to Hermes Agent.

2026-07-16
youtube-content
일반 사무원

YouTube transcripts to summaries, threads, blogs.

2026-07-16
asolaria-patterns
소프트웨어 개발자

Port dos padrões Asolaria (JesseBrown1980) para o Simplicio Runtime como primitivas determinísticas testáveis — N-Nest cosign/corrective gate, HRM two-level planner, BEHCS-256 supervisor federado.

2026-07-14
gif-search
소프트웨어 개발자

Search/download GIFs from Tenor via curl + jq.

2026-07-13
hyperliquid
소프트웨어 개발자

Hyperliquid market data, account history, trade review.

2026-07-13
solana
소프트웨어 개발자

Query Solana blockchain data with USD pricing — wallet balances, token portfolios with values, transaction details, NFTs, whale detection, and live network stats. Uses Solana RPC + CoinGecko. No API key required.

2026-07-13
watchers
네트워크·컴퓨터 시스템 관리자

Poll RSS, JSON APIs, and GitHub with watermark dedup.

2026-07-13
osint-investigation
시장조사 분석가·마케팅 전문가

Public-records OSINT investigation framework — SEC EDGAR filings, USAspending contracts, Senate lobbying, OFAC sanctions, ICIJ offshore leaks, NYC property records (ACRIS), OpenCorporates registries, CourtListener court records, Wayback Machine archives, Wikipedia + Wikidata, GDELT news monitoring. Entity resolution across sources, cross-link analysis, timing correlation, evidence chains. Python stdlib only.

2026-07-13
comfyui
소프트웨어 개발자

Generate images, video, and audio with ComfyUI — install, launch, manage nodes/models, run workflows with parameter injection. Uses the official comfy-cli for lifecycle and direct REST/WebSocket API for execution.

2026-07-13
maps
소프트웨어 개발자

Geocode, POIs, routes, timezones via OpenStreetMap/OSRM.

2026-07-13
arxiv
기타 중등 후 교사

Search arXiv papers by keyword, author, category, or ID.

2026-07-13
polymarket
소프트웨어 개발자

Query Polymarket: markets, prices, orderbooks, history.

2026-07-13
discord-server-setup
소프트웨어 개발자

Create and configure Discord servers, categories, channels, and messages via Playwright browser automation. Covers login flow, DOM interaction patterns specific to Discord's React UI, and known pitfalls.

2026-07-13
browser
소프트웨어 개발자

Direct browser control via CDP. Use when the user wants to automate, scrape, test, or interact with web pages. Connects to the user's already-running Chrome.

2026-07-13
close-autopilot-issues
소프트웨어 개발자

Close Autopilot v5 issues and create new feature issues

2026-07-13
thermo-nuclear-review
소프트웨어 품질 보증 분석가·테스터

Comprehensive security and correctness audit of a branch's changes. Use for thermo nuclear, thermonuclear, or deep review requests, or branch/PR diff audits focused on bugs, breaking changes, security issues, devex regressions, and feature-gate leaks.

2026-07-13
thermos
소프트웨어 품질 보증 분석가·테스터

Launch both thermo-nuclear review subagents in parallel, then synthesize their findings. Use for thermos, double thermo review, or combined bug/security and code-quality branch audits.

2026-07-13
continuous-swarm-supervisor
소프트웨어 개발자

Use when evolving a terminal/chat interface (TUI) into a continuous, proactive, multi-agent swarm with Hermes-like capabilities. Covers persistent looping, agents delegate, rich tool calling, vector memory, proactivity, provider/model selection, vision, generation, web search, and rich panel simulation. This skill encodes the full workflow for making a runtime like Simplicio have full Hermes Agent parity.

2026-07-13
이 저장소에서 수집된 skills 105개 중 상위 40개를 표시합니다.
simplicio-agent GitHub Agent Skills | SkillsMP