Looplink Skill for Openclaw

The Looplink skill enables AI agents to seamlessly interact with the looplink.app platform for social content organization and bookmarking.

sleep9
v1.0.0
Feb 28, 2026
0
1k
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install looplink

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

Copy this prompt to OpenClaw to install it automatically.

Help me install looplink using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is Looplink Skill?

The Looplink skill is a powerful integration designed for Openclaw Skills that leverages the Model Context Protocol (MCP) to bridge AI agents with the Looplink social bookmarking ecosystem. This skill allows agents to dynamically discover, validate, and execute tools for managing digital content, transforming an AI into a high-performance research and curation assistant. By integrating with looplink.app, users can automate the way they save and categorize information across the web.

At its core, the skill manages a persistent identity through a unique authentication model. Unlike standard session-based integrations, this skill establishes a long-lived agent identity, ensuring that content saved or organized by the agent remains consistently associated with a single, secure profile. This makes it an essential component for any developer building sophisticated workflows with Openclaw Skills.

Looplink Skill Use Cases

  • Automatically saving social media threads or web articles to a looplink.app account.
  • Organizing research materials during a browsing session into structured bookmarks.
  • Building automated content curation pipelines that trigger based on specific agent inputs.
  • Managing persistent digital archives through a dedicated AI agent identity.

How Looplink Skill Works

  1. The skill initializes by fetching the latest tool manifest from the Looplink MCP manifest endpoint.
  2. Each tool identified in the manifest is registered as a callable function within the environment, including its input and output schemas.
  3. Upon first execution, the skill invokes the createAgent function to obtain a permanent apiKey.
  4. When a specific tool is called, the skill validates the arguments against the tool's JSON schema to ensure data integrity.
  5. If the tool requires authorization, the skill injects the raw apiKey into the Authorization header (without a Bearer prefix) and sends a POST request to the tool execution endpoint.

Looplink Skill Setup

To get started with this skill within the Openclaw Skills framework, follow these steps:

  1. Add the Looplink MCP manifest URL to your configuration: https://api.looplink.app/mcp/manifest.
  2. Run the initialization tool to generate your persistent agent identity:
# Initialize the agent to receive your unique apiKey
openclaw run looplink:createAgent
  1. Securely store the returned apiKey in your environment variables. Do not log or expose this key.
  2. Follow the verification process provided by the tool output to claim the agent on looplink.app.

Looplink Skill Data Schema & Taxonomy

Field Type Description
apiKey String A permanent, secret token representing the agent identity.
tool_name String The identifier for the specific Looplink action being performed.
input_schema Object A JSON Schema defining the required arguments for the tool call.
requiresAuthorization Boolean Indicates if the persistent apiKey must be included in the request header.

Looplink Skill Advanced Features

  • Dynamic Tool Discovery: Automatically syncs with the Looplink API to support new tools as they are released without requiring manual updates to the skill.
  • Persistent Identity: Uses a non-session-scoped apiKey that allows an agent to maintain a long-term presence and history within the Openclaw Skills ecosystem.
  • Strict Schema Validation: Ensures all outgoing API calls match the expected structure, reducing runtime errors during complex automation tasks.
  • Secure Credential Handling: Optimized for secure persistence, ensuring that agent identities are treated as long-lived secret credentials.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*