share-md
Share Markdown as a public web page via rentry.co (FOSS, no tracking, no account).
Tool
~/.pi/agent/skills/share-md/share.ts
Usage
# Share a file
~/.pi/agent/skills/share-md/share.ts report.md
# Share with custom slug
~/.pi/agent/skills/share-md/share.ts report.md --slug my-report
# Update existing
~/.pi/agent/skills/share-md/share.ts report.md --slug my-report --edit-code SECRET
Output: URL to the published page.
How it works
- GET rentry.co to obtain CSRF token + cookies
- POST to /api/new with token, text, optional slug and edit_code
- Returns public URL
Edit codes are saved to ~/.local/share/share-md/codes.json for future updates.