This commit is contained in:
Luk
2026-03-16 14:55:27 +08:00
commit 7a191d4e2a
21 changed files with 1027 additions and 0 deletions

14
skills/contacts/skill.md Normal file
View File

@@ -0,0 +1,14 @@
---
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
```

3
skills/skill_cid.js Normal file
View File

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

6
skills/skill_cid.md Normal file
View File

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