Agent Building skills

Browse reusable Agent Skills, each with a clear purpose and practical guidance.

install-skill

Install a pasted SKILL.md (or one fetched from a URL or file path) into the user-skill directory, reviewing risk and connector requirements.

1.15k repo starsObserved in 1 repos
Agent Building

challenge-run-agent

Use when the contestant wants to launch the inference Agent that connects to the Simulation gateway via WebSocket. Wraps the official inference repo's ./scripts/tunnel.sh and scales to PARALLELISM processes. This is side-effecting (consumes GPUs and a parallelism slot) — confirm before launching.

1.14k repo starsObserved in 2 repos
Agent Building

agentstack-wrapper

Wraps existing Python agent as Agent Stack service using agentstack-sdk with minimal compatibility changes and no business-logic rewrites. Use when migrating, wrapping, or deploying an existing plain Python or framework-based agent to Agent Stack; not for non-Python runtimes or building new agent from scratch.

1.13k repo starsObserved in 1 repos
Agent Building

agentsociety-create-agent

Use when creating or revising a custom agent type, when an experiment needs an agent class that does not yet exist in the workspace, or when the agent design must be sized against a simulation budget.

1.13k repo starsObserved in 1 repos
Agent Building

agentsociety-create-env-module

Use when creating or revising a custom environment module, when an experiment needs an environment class that does not yet exist in the workspace, or when the module design must fit a simulation budget.

1.13k repo starsObserved in 1 repos
Agent Building

agentsociety-experiment-config

Use when a hypothesis already exists and experiment configuration files need to be created, validated, or revised, especially after the simulation scale budget has been decided.

1.13k repo starsObserved in 1 repos
Agent Building

agentsociety-run-experiment

Use when experiment configuration already exists and a simulation run needs to be started, monitored, or stopped.

1.13k repo starsObserved in 1 repos
Agent Building

agentsociety-scan-modules

Use when agent or environment module names are unknown, need validation, or the user asks which modules are available in the workspace.

1.13k repo starsObserved in 1 repos
Agent Building

daily-guidance

强制使用:凡是时间尺度在小时及以下的日常行为模拟,必须使用本 Skill 生成、评估、执行和修正每日 Story。

1.13k repo starsObserved in 1 repos
Agent Building

event

事件管理:为 agent 启动、查询和停止行为事件。必须通过 ask_env 调用 EventSpace 工具。

1.13k repo starsObserved in 1 repos
Agent Building