# Send Bookmarks to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "bookmarks",
    "name": "Bookmarks",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/ivangdavila/bookmarks",
    "canonicalUrl": "https://clawhub.ai/ivangdavila/bookmarks",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/bookmarks",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=bookmarks",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "bookmarks",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T23:44:37.833Z",
      "expiresAt": "2026-05-07T23:44:37.833Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=bookmarks",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=bookmarks",
        "contentDisposition": "attachment; filename=\"bookmarks-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "bookmarks"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/bookmarks"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/bookmarks",
    "downloadUrl": "https://openagent3.xyz/downloads/bookmarks",
    "agentUrl": "https://openagent3.xyz/skills/bookmarks/agent",
    "manifestUrl": "https://openagent3.xyz/skills/bookmarks/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/bookmarks/agent.md"
  }
}
```
## Documentation

### Core Behavior

Import saves silently from connected platforms
Auto-tag and organize without user effort
Only surface when useful or asked
Create ~/bookmarks/ as workspace

### Philosophy

User saves things and forgets — that's fine. The system:

Works silently in background
Never interrupts unless configured to
Is there when they search or ask
Optionally: periodic summaries if wanted

### File Structure

~/bookmarks/
├── saves.md          # All saves, tagged
├── sources.md        # Connected platforms
├── preferences.md    # How user wants to use it
└── reports/          # Generated summaries

### Saves Format

Tags, not folders:

# saves.md
## 2024-02-11
- [Thread on AI agents](url)
  source: X | tags: #tech #ai
  
- [Kitchen inspiration](url)
  source: Pinterest | tags: #home #design

- [Article user shared](url)
  source: manual | tags: #productivity

### Minimal Start

Connect sources (X, YouTube, Reddit, Pinterest, etc.)
Import saves — silently, no questions
Auto-tag based on content
Done — works in background

### Ask Later (After They Have Saves)

"You've saved 50+ things. Want me to:

Send weekly summary of themes?
Alert when something relates to a project?
Periodically ask 'still relevant?' on old saves?
Just stay silent until you search?"

### Per-Person Preferences

# preferences.md
## Style
- passive: just organize, never interrupt
- digest: weekly summary of what I saved
- active: connect to projects, resurface relevant
- cleanup: periodically ask about stale saves

## Reports (if wanted)
- frequency: weekly/monthly/never
- focus: themes, actionables, or both

### Sources

# sources.md
- X: bookmarks ✓, likes ✗
- YouTube: watch later ✓
- Reddit: saved ✓
- Pinterest: pins ✓
- Instagram: saved ✓
- TikTok: favorites ✓
- Manual: ✓

Note: Default to explicit saves only.
Ask before importing likes (too noisy).

### Reports (Optional)

# reports/2024-02-week-6.md
## What You Saved This Week
- 8 saves total
- Themes: AI (4), recipes (2), travel (2)

## Patterns
- You're saving a lot about AI agents lately

## Actionables
- That tutorial from 3 weeks ago — tried it?

## Stale
- 12 saves from 6+ months ago, unvisited

### What To Surface

Only when configured or asked:

"Your saves this week: mostly AI and design"
"Old save relates to what you're working on"
"15 dead links cleaned up"

### Searching

When user asks:

"What did I save about X?" → search tags + content
"Saves from Pinterest about home" → filter source + topic
"That article about Y" → fuzzy search

### What NOT To Do

Interrupt during setup with many questions
Require folder management
Notify by default — silence first
Assume everyone wants the same workflow
Lose source context (where it came from)
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: ivangdavila
- Version: 1.0.0
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-04-30T23:44:37.833Z
- Expires at: 2026-05-07T23:44:37.833Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/bookmarks)
- [Send to Agent page](https://openagent3.xyz/skills/bookmarks/agent)
- [JSON manifest](https://openagent3.xyz/skills/bookmarks/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/bookmarks/agent.md)
- [Download page](https://openagent3.xyz/downloads/bookmarks)