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

right-agent

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

수집된 skills
8
Stars
32
업데이트
2026-06-15
Forks
4
직업 범위
직업 카테고리 2개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

right-cron
소프트웨어 개발자

Manages cron jobs for this Right Agent agent via MCP tools. Creates, updates, and deletes cron specs stored in the agent database. The Rust runtime handles scheduling and execution automatically. Use when the user mentions cron jobs, scheduled tasks, reminders, one-shot tasks, or recurring tasks.

2026-06-15
right-learn-skill
소프트웨어 개발자

Use when you verified a reusable procedure this turn (non-trivial multi-step work, concrete gotchas, or you just corrected a wrong approach) and want to save or fix a rightx-* skill, or when the user explicitly asks to save, remember, or fix one. Not for one-off tasks, unverified guesses, or trivial single-step work.

2026-06-13
right-composio
소프트웨어 개발자

Use BEFORE calling any mcp__right__composio__* tool — especially COMPOSIO_SEARCH_TOOLS, COMPOSIO_MULTI_EXECUTE_TOOL, or COMPOSIO_REMOTE_WORKBENCH — and whenever a request involves Notion, Gmail, Google Calendar, Google Drive, Slack, GitHub, Linear, or any other service routed through Composio. Sessions that skip this skill burn 300-500K context tokens on repeated tool searches and inline payloads ($200+ per session observed in cache-write cost). Read once per session, on resume, and any turn that mentions a Composio-fronted service.

2026-05-26
right-mcp
소프트웨어 개발자

Finds and adds MCP servers for this Right Agent agent. Searches for OAuth-capable endpoints first (Claude Code / Codex integration docs), falls back to API-key endpoints. All management goes through the user's Telegram dashboard MCP view — the agent never handles credentials directly. Use when the user asks to add, connect, or set up an MCP server or integration.

2026-05-26
right-memory
소프트웨어 개발자

Manage your long-term memory powered by Hindsight

2026-05-20
right-memory
소프트웨어 개발자

Manage your long-term memory via MEMORY.md

2026-05-19
right-reflect
소프트웨어 개발자

Inspects this agent's own past reasoning by reading the conversation-history JSONL files Claude Code writes inside the sandbox. Use when the user asks "why did you...", "what were you thinking when...", or to debug a wrong decision the agent made in an earlier turn or session. Reads thinking blocks, tool calls, and tool results to reconstruct prior reasoning. Filesystem-only — no MCP calls, no DB.

2026-05-14
right-skills
네트워크·컴퓨터 시스템 관리자

Manages Agent Skills for this Right Agent agent via skills.sh (Vercel's Agent Skills directory). Searches the skills.sh registry, installs skills by owner/repo slug, removes installed skills, and lists all installed skills. Use when the user wants to find, install, remove, update, or list Claude Code skills, or mentions skills.sh, skill packages, or skill management.

2026-05-14