``` bash aea create my_aea cd my_aea ``` ``` bash aea add connection fetchai/http_server:0.23.6 ``` ``` bash aea config set agent.default_connection fetchai/http_server:0.23.6 ``` ``` bash aea config set vendor.fetchai.connections.http_server.config.api_spec_path "../examples/http_ex/petstore.yaml" ``` ``` bash aea generate-key fetchai aea add-key fetchai ``` ``` bash aea install ``` ``` bash aea scaffold skill http_echo ``` ``` bash aea fingerprint skill fetchai/http_echo:0.21.6 ``` ``` bash...
Scanned 9/6/2026
Install to Claude Code
npx -y skills add fetchai/agents-aea --skill md_files --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Md Files?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/fetchai-md-files-agents-aea)More formats (shields.io, HTML) on the badges page.
``` bash
aea create my_aea
cd my_aea
```
``` bash
aea add connection fetchai/http_server:0.23.6
```
``` bash
aea config set agent.default_connection fetchai/http_server:0.23.6
```
``` bash
aea config set vendor.fetchai.connections.http_server.config.api_spec_path "../examples/http_ex/petstore.yaml"
```
``` bash
aea generate-key fetchai
aea add-key fetchai
```
``` bash
aea install
```
``` bash
aea scaffold skill http_echo
```
``` bash
aea fingerprint skill fetchai/http_echo:0.21.6
```
``` bash
aea config set vendor.fetchai.connections.http_server.config.target_skill_id "$(aea config get agent.author)/http_echo:0.1.0"
```
``` bash
aea run
```
``` yaml
handlers:
http_handler:
args: {}
class_name: HttpHandler
models:
default_dialogues:
args: {}
class_name: DefaultDialogues
http_dialogues:
args: {}
class_name: HttpDialogues
```
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!