up more
This commit is contained in:
@@ -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.
|
||||
3
skills/mycontacts/contacts.csv
Normal file
3
skills/mycontacts/contacts.csv
Normal file
@@ -0,0 +1,3 @@
|
||||
Xue Hua, 18617591633
|
||||
Luk Lu, 15295439901
|
||||
Zong Qiaozhen, 13585016982
|
||||
|
@@ -1,3 +0,0 @@
|
||||
const ipfsOnlyHash = require('ipfs-only-hash')
|
||||
|
||||
ipfsOnlyHash.of(content, option)
|
||||
@@ -1,6 +0,0 @@
|
||||
---
|
||||
name: basic-math
|
||||
description: Add or multiply numbers.
|
||||
---
|
||||
|
||||
Use this skill when you need to calcuate cid of a string.
|
||||
Reference in New Issue
Block a user