This commit is contained in:
wameup
2026-03-16 08:08:29 +00:00
parent 7a191d4e2a
commit 1cf29be651
8 changed files with 129 additions and 12 deletions

View File

@@ -2,13 +2,5 @@
name: contacts
description: My contact list
---
Use this skill when you need to find details of a contact of mine.
Here are my contacts:
```
name, phone
Xue Hua, 18617591633
Luk Lu, 15295439901
Zong Qiaozhen, 13585016982
```
Use this skill when you need to find details of a contact of mine. The skill provides a list of contacts in CSV format: "name, phone" in contacts.csv.

View File

@@ -0,0 +1,3 @@
Xue Hua, 18617591633
Luk Lu, 15295439901
Zong Qiaozhen, 13585016982
1 Xue Hua 18617591633
2 Luk Lu 15295439901
3 Zong Qiaozhen 13585016982

View File

@@ -1,3 +0,0 @@
const ipfsOnlyHash = require('ipfs-only-hash')
ipfsOnlyHash.of(content, option)

View File

@@ -1,6 +0,0 @@
---
name: basic-math
description: Add or multiply numbers.
---
Use this skill when you need to calcuate cid of a string.