Skip to main content
Manusで任意のスキルを実行
ワンクリックで
GitHub リポジトリ

toolbox

toolbox には guozijn から収集した 21 個の skills があり、リポジトリ単位の職業カバレッジとサイト内 skill 詳細ページを表示します。

収集済み skills
21
Stars
9
更新
2026-05-27
Forks
0
職業カバレッジ
3 件の職業カテゴリ · 100% 分類済み
リポジトリエクスプローラー

このリポジトリの skills

agent-eval-harness
ソフトウェア品質保証アナリスト・テスター

Build and run lightweight regression evaluations for agents, tools, prompts, and workflows. Use when comparing agent versions, catching behavior drift, measuring pass rates over repeated runs, or turning production failures into replayable test cases.

2026-05-27
agent-security-audit
情報セキュリティアナリスト

Audit agent repositories, MCP configurations, tool schemas, prompts, and logs for common security risks: secret exposure, prompt injection payloads, tool poisoning, command execution, broad filesystem access, and unsafe auto-approval.

2026-05-27
agent-trace-inspector
ソフトウェア開発者

Inspect agent traces, tool-call logs, and OpenTelemetry/OpenInference-style span exports. Use when debugging why an agent skipped a tool, called the wrong tool, hit errors, exceeded latency budgets, or produced an unsupported answer.

2026-05-27
agent-workflow-graph
ソフトウェア開発者

Design and validate graph/state-machine agent workflows with explicit starts, terminal states, guarded cycles, human approval points, and side-effecting tool boundaries. Use when building LangGraph-style, multi-agent, or durable agent workflows.

2026-05-27
archive-manager
ソフトウェア開発者

Safely list, create, and extract zip/tar archives with path traversal checks. Use when packaging artifacts, unpacking downloaded files, or inspecting archive contents on a user's computer.

2026-05-27
browser-agent
ソフトウェア開発者

Build, run, and review browser-using AI agents with Playwright, Browser Use, MCP browser tools, or hosted browser runtimes. Use for web navigation agents, form-filling, UI task automation, screenshots, DOM/vision checks, auth/session handling, and browser-task reliability reviews.

2026-05-27
clipboard-tool
ソフトウェア開発者

Read from and write to the system clipboard on macOS or Linux when clipboard commands are available. Use for transferring short text snippets between agent work and the user's desktop applications.

2026-05-27
context-provenance
ソフトウェア開発者

Build source-grounded context packs with file hashes, line ranges, chunk text, and simple retrieval selection. Use when preparing reliable context for agents, RAG experiments, codebase analysis, or long-document tasks where provenance and source traceability matter.

2026-05-27
csv-preview
ソフトウェア開発者

Preview CSV or TSV files in a compact table with delimiter sniffing. Use when inspecting tabular text data before transforming or importing it.

2026-05-27
file-hash
ソフトウェア開発者

Compute stable checksums for one or more files using hashlib algorithms. Use when the user needs reproducible content verification or artifact IDs.

2026-05-27
file-organizer
ソフトウェア開発者

Plan and optionally apply local file organization tasks: group files by extension, date, or media type, and find duplicate files by hash. Use when a user asks to clean up Downloads, Desktop, project artifacts, or duplicate files.

2026-05-27
json-inspect
ソフトウェア開発者

Validate, summarize, pretty-print, and extract simple dot paths from JSON files or stdin. Use for API responses, config files, and structured data.

2026-05-27
mcp-toolsmith
ソフトウェア開発者

Design, lint, and review Model Context Protocol (MCP) tools, resources, prompts, and server configurations. Use when creating MCP servers, exposing APIs to agents, reviewing tool schemas, or checking tool metadata for safety and usability before publishing.

2026-05-27
port-process-inspector
ソフトウェア開発者

Inspect local processes and network ports to debug dev servers, port conflicts, hung processes, and common localhost issues. Use before killing processes or changing ports; this skill is read-only by default.

2026-05-27
repo-map
ソフトウェア開発者

Map a repository or directory with a compact file listing, extension summary, and total size. Use before modifying unfamiliar projects or when the user asks for a quick project overview.

2026-05-27
screenshot-tool
ソフトウェア開発者

Capture desktop screenshots on macOS or Linux using available system commands. Use when the user asks to inspect visible UI state, preserve evidence, or debug desktop/browser rendering outside a controlled Playwright session.

2026-05-27
system-inventory
ソフトウェア開発者

Inspect a user's computer environment: OS, architecture, Python/runtime paths, common developer commands, disk space, selected environment variables, and network identity. Use before installing tools, debugging setup problems, or deciding which local commands are available.

2026-05-27
text-search
ソフトウェア開発者

Search project files for text or regex patterns, preferring ripgrep when available and falling back to a Python implementation. Use for fast codebase and document text discovery.

2026-05-27
url-fetch
ソフトウェア開発者

Fetch HTTP or HTTPS URLs, preview response metadata and text, or save the body to disk. Use for lightweight web/API retrieval when JavaScript execution is not required.

2026-05-27
social-matrix
ソフトウェア開発者

Post messages to a social media matrix — X (Twitter), LinkedIn, Facebook Page, Reddit, and Buffer — simultaneously or selectively from a single command. Use when the user wants to publish content to one or more social platforms at once, cross-post announcements, or automate social media publishing workflows.

2026-04-19
pdf-tool
ソフトウェア開発者

Command-line utility for common PDF operations: merge all PDFs in a directory into one file (with optional PPTX conversion and title pages), and extract specific pages from a PDF into a new file. Use when the user needs to combine, split, or reorganize PDF documents.

2026-04-19