Add Hoid identity and theater mask avatar 🎭
This commit is contained in:
parent
4c0199e71b
commit
ba43da9541
25 changed files with 1622 additions and 62 deletions
20
TOOLS.md
20
TOOLS.md
|
|
@ -40,6 +40,26 @@ When user arrives home, HA calls the webhook. Check `memory/arrival-reminders.js
|
|||
- Use `"message"` for simple reminders to display as-is
|
||||
- Always include a unique `id` for each item
|
||||
|
||||
## Forgejo Git Access
|
||||
|
||||
Helper script: `~/bin/forgejo`
|
||||
|
||||
```bash
|
||||
forgejo repos [org] # List repos
|
||||
forgejo files <owner/repo> [path] # List files
|
||||
forgejo cat <owner/repo> <path> # Get file content
|
||||
forgejo issues <owner/repo> # List open issues
|
||||
forgejo prs <owner/repo> # List open PRs
|
||||
forgejo branches <owner/repo> # List branches
|
||||
forgejo commits <owner/repo> [n] # Recent commits
|
||||
forgejo search <query> # Search repos
|
||||
forgejo raw <endpoint> # Raw API call
|
||||
```
|
||||
|
||||
- URL: `https://git.cloonar.com` (resolved via internal IP 10.42.97.55)
|
||||
- User: `openclawd` (read-only)
|
||||
- Token stored in `.credentials/forgejo.env`
|
||||
|
||||
## CalDAV Calendar Access
|
||||
|
||||
Credentials stored in `.credentials/nextcloud.env`:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue