Publish Wiki Pages

v1.1.1

Publish markdown content to Wiki.js with proper formatting and metadata. Use when user wants to create or update wiki pages, convert notes/articles to wiki f...

0· 50·0 current·0 all-time
byHugo Gu@hugogu
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description match the actual behavior: the skill posts markdown to a Wiki.js GraphQL endpoint. The required env vars (WIKI_KEY, WIKI_URL) are exactly what the skill needs to authenticate and address the API. The included Python script implements create/update/list operations that align with the stated purpose.
Instruction Scope
Runtime instructions and SKILL.md confine activity to formatting content, reading a user-supplied markdown file, and calling the Wiki.js GraphQL endpoint. The skill only reads the file path supplied by the user and the two declared environment variables; it does not attempt to read other system files, hidden endpoints, or extraneous env vars.
Install Mechanism
There is no install spec (instruction-only), which is low risk. The skill includes a runnable Python script and the metadata lists the 'requests' dependency; there are no external downloads or obscure URLs. Note: the environment must provide Python and the 'requests' package for the script to run; the skill does not include explicit installation steps for that.
Credentials
Only WIKI_KEY (declared as primary credential) and WIKI_URL are required. These are proportionate and necessary for authenticating to and contacting a Wiki.js instance. No unrelated secrets or broad permissions are requested.
Persistence & Privilege
The skill is not always-enabled, does not request elevated system presence, and does not modify other skills or system-wide agent settings. Autonomous invocation (default) is allowed but not coupled with any additional privileged access.
Assessment
This skill will read the markdown file you point it at and send the content to whatever WIKI_URL you provide using the WIKI_KEY token. Before installing or running it: (1) ensure WIKI_KEY has the minimum necessary permissions (write access to the target wiki only), (2) avoid pointing it at production wikis with a high-privilege token until you've tested it, (3) don't publish sensitive files (the script will transmit the file contents to the provided endpoint), and (4) ensure your environment has Python and the 'requests' package available since the skill includes a runnable Python script but no install steps for dependencies.

Like a lobster shell, security has layers — review code before you run it.

latestvk97565st7xf6cnbx74azeqcqrh843vza

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Comments