AI Newsletter Digest improvements: fixed QP soft line break decoding, URL extraction, and content cleaning
This commit is contained in:
28
skills/freeapi/package.json
Normal file
28
skills/freeapi/package.json
Normal file
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"name": "freeapi",
|
||||
"version": "1.0.0",
|
||||
"description": "sovereign api client - no middleware, no data harvesting, just direct spec-driven execution.",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"start": "node index.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"commander": "^11.0.0",
|
||||
"dotenv": "^16.3.1",
|
||||
"inquirer": "^9.2.12",
|
||||
"yaml": "^2.3.1"
|
||||
},
|
||||
"author": "xethis",
|
||||
"license": "MIT",
|
||||
"private": false,
|
||||
"keywords": [
|
||||
"api",
|
||||
"openapi",
|
||||
"swagger",
|
||||
"client",
|
||||
"privacy",
|
||||
"no-middleware",
|
||||
"agent",
|
||||
"openclaw"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user