my-custom-skill

Create custom agent skills using prompt-only or script-based templates.

1.2k|203|Updated Feb 6, 2025
One-click install
npx skills add https://github.com/tsinghua-fib-lab/AgentSociety --skill my-custom-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: my-custom-skill
Source: https://github.com/tsinghua-fib-lab/AgentSociety/tree/main/packages/agentsociety2/agentsociety2/custom/skills/examples/my-custom-skill
Command: npx skills add https://github.com/tsinghua-fib-lab/AgentSociety --skill my-custom-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill provides a template for creating custom agent behaviors, enabling users to extend and customize agent simulations in various ways.

Core Features & Use Cases

  • Custom Skill Creation: Offers a simple template for building custom agent skills to handle specific tasks.
  • Pattern Support: Supports both prompt-only and script-based skill patterns for task execution.
  • Use Case: A user can create a skill to fetch data from a database or perform complex calculations that are not directly supported by the agent framework.

Quick Start

Define a new skill named 'fetch-data' by copying the template provided in the 'my-custom-skill' example and customizing the prompt or script accordingly.

Frequently Asked Questions about my-custom-skill

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create custom agent behaviors for social science simulations?

To create custom agent behaviors, use a skill template to define prompt-based or script-based task execution patterns within an agent simulation environment. This framework allows you to extend agent capabilities for specific research scenarios.

What is the best way to extend agent simulations with custom calculations?

The best way to extend agent simulations is by building a custom skill using the provided template, allowing you to execute complex calculations or data fetching not directly supported by the base agent framework.

Can I use prompt-only interactions to build custom agent skills?

Yes, you can build custom agent skills using prompt-only interactions. The framework supports both prompt-only and script-based patterns, enabling you to define agent behaviors without writing extensive code.

Does this agent simulation framework support script-based data fetching?

Yes, the agent simulation framework supports script-based data fetching. You can define a custom skill to retrieve data from a database or perform complex calculations by customizing the script accordingly.

Are there limitations when creating custom skills for urban environment simulations?

Limitations depend on the agent environment's scripting capabilities. While the template supports extending urban environment simulations, tasks requiring unsupported dependencies or direct framework modifications may not be feasible.

Do I need scripting knowledge to customize agent simulation behaviors?

Scripting knowledge is beneficial but not strictly required. You can customize agent simulation behaviors using prompt-only patterns for simpler tasks, while script-based patterns are necessary for complex calculations or database interactions.