Skip to main content
在 Manus 中运行任何 Skill
一键导入
GitHub 仓库

Agent-libOS

Agent-libOS 收录了来自 yingqi-z20 的 29 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

已收集 skills
29
Stars
20
更新
2026-07-24
Forks
3
职业覆盖
3 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

agent-libos-agent-images
其他计算机职业

Register AgentImage packages, publish checkpoint-derived images, or replace the current process image. Use when creating reusable runtime configurations or deliberately changing process code, tools, prompt identity, memory, or authority.

2026-07-24
agent-libos-authority-basics
其他计算机职业

Diagnose this process's Capability authority and request one exact Human policy decision when a protected operation lacks requestable authority. Do not use it for intent questions, validation errors, provider failures, or speculative privilege expansion.

2026-07-24
agent-libos-capability-delegation
其他计算机职业

Delegate one attenuated Capability to a known direct child or revoke one exact Capability. Do not create children, grant peers or grandchildren, amplify authority, or treat revocation as rollback of completed effects.

2026-07-24
agent-libos-checkpoints
其他计算机职业

Capture, inspect, compare, restore, or fork durable process-subtree checkpoints. Use for recoverable internal-state milestones, isolated replay, or deliberate rollback of reconstructable Agent libOS state.

2026-07-24
agent-libos-child-processes
其他计算机职业

Spawn or fork direct AgentProcess children, coordinate their lifecycle and messages, then import selected results. Use for bounded parallel delegation, isolated exploration, or structured parent-child collaboration.

2026-07-24
agent-libos-command-execution
软件开发工程师

Run one policy-governed, non-interactive host command through the argv-only Shell boundary. Use for builds, tests, searches, or utilities lacking a narrower tool; not for general Git, TTY/streaming work, ad hoc remotes, or attempts to evade policy.

2026-07-24
agent-libos-git-branches-worktrees
软件开发工程师

Manage validated local branches, tags, checkout targets, and structurally trusted Runtime-managed worktrees without accepting arbitrary host paths.

2026-07-24
agent-libos-git-change-recording
软件开发工程师

Stage, unstage, and commit reviewed changes in one managed Git worktree. Use only when the entire index is intended for the commit; stop if unrelated staged entries must remain staged.

2026-07-24
agent-libos-git-inspection
软件开发工程师

Inspect the fixed Runtime Git repository, managed worktrees, status, diffs, history, refs, remotes, and blame before making or verifying a Git decision.

2026-07-24
agent-libos-git-integration-recovery
软件开发工程师

Restore selected paths, integrate or abort one history operation, manage stashes, reset state, or clean untracked content after exact Git inspection.

2026-07-24
agent-libos-git-patch-objects
软件开发工程师

Create immutable, byte-safe Git patch Objects and apply them to an authorized worktree in the same repository. Use for bounded patch transfer, reviewable change handoff, or cross-process application through Object Memory; do not use rendered diffs as patch payloads.

2026-07-24
agent-libos-git-pull-requests
软件开发工程师

Create, list, inspect, review, merge, or close repository-local simulated pull requests backed by Git snapshot refs and metadata. Use for Agent libOS's evidence-preserving local PR workflow; do not use it for GitHub, GitLab, or any external forge.

2026-07-24
agent-libos-git-remotes
软件开发工程师

Fetch, pull, or push through an existing Host-configured Git remote. Use for remote synchronization when the exact local state, remote name, branch or full destination ref, integration strategy, and guarded destructive intent are known; never supply ad hoc URLs or credentials.

2026-07-24
agent-libos-human-collaboration
软件开发工程师

Ask one blocking Human intent/data question or send one one-way update/final report through the configured Human provider. Do not use conversation as Capability approval, trusted verification, event polling, or arbitrary transport.

2026-07-24
agent-libos-jit-tool-authoring
软件开发工程师

Propose, validate, and register a process-local Deno/TypeScript tool when a reusable bounded operation is missing from the visible Agent libOS tools. Use for narrow computation or composite logic with an explicit JSON contract; never use JIT authoring to bypass Capability, approval, provider, filesystem, shell, or network controls.

2026-07-24
agent-libos-jsonrpc
软件开发工程师

Discover, inspect, and call a Host-registered plain JSON-RPC-over-HTTP integration by governed logical endpoint and method IDs. Use when the intended integration is JSON-RPC rather than MCP; never invent URLs, wire methods, headers, credentials, or transport commands.

2026-07-24
agent-libos-mcp
软件开发工程师

Discover, inspect, refresh, and call Host-registered MCP tools through governed logical server and tool IDs. Use for MCP Tools over registered stdio or Streamable HTTP transports; never invent servers, URLs, commands, raw MCP names, credentials, or treat live metadata as authority.

2026-07-24
agent-libos-object-file-transfer
其他计算机职业

Import governed workspace text into Object Memory or export Object text to a file. Use for content boundary transfer, not inspection, editing, binary data, or byte-exact copies.

2026-07-24
agent-libos-object-memory
其他计算机职业

Create, discover, read, and append governed runtime-local Object Memory state. Use for named JSON that must survive prompt or compaction changes within one live Runtime; use files or captured checkpoints for reopen durability.

2026-07-24
agent-libos-object-tasks
其他计算机职业

Run one visible tool asynchronously in a Host-managed child bound to an owner Object, then inspect, wait, watch, or cancel it. Use for single background calls; use child-processes for multi-step Agent work.

2026-07-24
agent-libos-runtime-session
其他计算机职业

Read wall-clock time, make one bounded timer delay, compact an enabled LLM-context Object, or finish the current AgentProcess. Never use timer sleep as an event wait or treat runtime-local Object payloads as reopen-durable storage.

2026-07-24
agent-libos-skill-navigation
其他计算机职业

Discover an applicable Agent Skill, activate its exact snapshot, read declared resources from that loaded snapshot, and unload it when its guidance or tools are no longer needed. Use when the required Skill is not already loaded or when a registered Skill must be found; never use Skill lifecycle operations to obtain Capability authority or bypass a denied tool.

2026-07-24
agent-libos-test-log-analysis
软件质量保证分析师与测试员

Extract heuristic FAILED, error, and AssertionError lines from supplied pytest text. Use to triage an already captured bounded log; it does not read files, retain traceback context, run tests, return line indexes, or prove pass/fail.

2026-07-24
agent-libos-tool-protocol-diagnostics
软件开发工程师

Round-trip a small top-level JSON object through echo to isolate model/tool argument and result plumbing. Use for semantic transport diagnostics; not for domain validation, authorization, provider health, JIT registration, arbitrary persistence, or application work.

2026-07-24
agent-libos-workspace-editing
软件开发工程师

Create, replace, or delete workspace text files and directories with explicit mutation and verification semantics. Use after resolving cwd, target, and baseline; not for binary/Object transfer, Git metadata, range edits, or shell commands.

2026-07-24
agent-libos-workspace-navigation
软件开发工程师

Inspect cwd-relative workspace directories and bounded text, or select this AgentProcess working directory. Use to establish paths and textual evidence before acting; not for writes, binary or range reads, Object transfer, or Git metadata under .git.

2026-07-24
swe-agent
软件开发工程师

SWE-Agent inspired coding workflow for fixing, reviewing, and improving software repositories through a compact agent-computer interface.

2026-07-23
jit-read
软件开发工程师

Register a benchmark JIT tool that attempts a filesystem syscall.

2026-06-27
read-tool
软件开发工程师

Expose read_text_file as a benchmark visibility-only skill.

2026-06-27