New:Socket for Asana Is Now Available.Learn more
Get Started

@xquik/paperclip-plugin-xquik

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@xquik/paperclip-plugin-xquik

Paperclip plugin for Twitter search, tweet lookup, profiles, timelines, and X API trends. Not affiliated with X Corp.

latest
Source
npmnpm
Version
0.1.7
Version published
Weekly downloads
169
3.68%
Maintainers
1
Weekly downloads
 
Created
Source

Twitter search & X API tools for Paperclip agents

OpenSSF Best Practices

Add 6 read-only Xquik tools to Paperclip agents for Twitter search, tweet lookup, profiles, timelines, and regional trends.

Tools

Agent taskPaperclip toolResult
Search tweetsxquik.search_tweetsRun a Twitter search with query operators.
Read one tweetxquik.lookup_tweetGet a tweet by ID.
Find X usersxquik.search_usersSearch by name or username.
Read a profilexquik.get_userGet public profile data.
Read profile tweetsxquik.get_user_tweetsList recent posts from one user.
Read regional trendsxquik.get_trendsGet trends by WOEID.

This plugin does not export followers or publish posts. Use the Xquik API for those tasks.

Configuration

  • apiBaseUrl: Xquik API endpoint. Defaults to https://xquik.com/api/v1.
  • apiKeySecretRef: Paperclip secret reference for the Xquik API key.
  • defaultSearchLimit: Default tweet search limit from 1 to 200.
  • defaultTrendCount: Default trend count from 1 to 50.

Paperclip resolves the API key at call time and sends the x-api-key header.

Install

paperclipai plugin install @xquik/paperclip-plugin-xquik

Pin the current release when you need reproducible installs:

paperclipai plugin install @xquik/paperclip-plugin-xquik --version 0.1.7

Develop locally

pnpm install
pnpm check
pnpm check:reproducible

pnpm check runs type checks, tests at 100% coverage, and the build. pnpm check:reproducible compares 2 clean builds and package archives. CI checks REUSE 3.3 metadata and dependencies.

API contract

Xquik is an independent third-party service. Not affiliated with X Corp. "Twitter" and "X" are trademarks of X Corp.

Keywords

paperclip

FAQs

Package last updated on 21 Aug 2026

Related posts