Skip to content

Commit 6b89bfc

Browse files
lanbytescursoragent
andcommitted
Document @twexapi-dev scoped npm packages for n8n and Paperclip.
Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent c7eb6b4 commit 6b89bfc

4 files changed

Lines changed: 15 additions & 10 deletions

File tree

changelog.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ description: "Docs repository changes for the TwexAPI Mintlify site."
66
## 2026-08-25
77

88
- Added Paperclip plugin docs with install, configuration, credentials, routes, and npm pin guidance.
9-
- Linked `@twexapi/paperclip-plugin-x-api-scraper` in the SDK index.
9+
- Linked `@twexapi-dev/paperclip-plugin-x-api-scraper` in the SDK index.
10+
- Moved npm packages to the `@twexapi-dev` scope for n8n and Paperclip.
1011

1112
## 2026-08-24
1213

sdks.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Official clients wrap the same REST contract. Public reads use `X_API_SCRAPER_KE
3838
Provider `twexapi-dev/x-api-scraper`
3939
</Card>
4040
<Card title="n8n" href="/sdks/n8n" icon="workflow">
41-
Community node `n8n-nodes-x-api-scraper`
41+
Community node `@twexapi-dev/n8n-nodes-x-api-scraper`
4242
</Card>
4343
<Card title="Prefect" href="/sdks/prefect" icon="calendar">
4444
Collection `prefect-x-api-scraper`
@@ -47,7 +47,7 @@ Official clients wrap the same REST contract. Public reads use `X_API_SCRAPER_KE
4747
Components `x-api-scraper-haystack`
4848
</Card>
4949
<Card title="Paperclip" href="/sdks/paperclip" icon="bot">
50-
Plugin `@twexapi/paperclip-plugin-x-api-scraper`
50+
Plugin `@twexapi-dev/paperclip-plugin-x-api-scraper`
5151
</Card>
5252
<Card title="Apify" href="/guides/apify" icon="database">
5353
Pay-per-result tweet Actor, no TwexAPI key

sdks/n8n.mdx

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
---
22
title: "n8n community node"
3-
description: "Install n8n-nodes-x-api-scraper for tweet search, user lookup, trending tweets, profile about, and balance checks."
3+
description: "Install @twexapi-dev/n8n-nodes-x-api-scraper for tweet search, user lookup, trending tweets, profile about, and balance checks."
44
---
55

6-
Install `n8n-nodes-x-api-scraper` from **Settings → Community Nodes**. Add a TwexAPI API credential. The node sends `Authorization: Bearer`.
6+
Install `@twexapi-dev/n8n-nodes-x-api-scraper` from **Settings → Community Nodes**. Add a TwexAPI API credential. The node sends `Authorization: Bearer`.
7+
8+
```bash
9+
npm install @twexapi-dev/n8n-nodes-x-api-scraper
10+
```
711

812
| Task | n8n operation | TwexAPI route |
913
| --- | --- | --- |

sdks/paperclip.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
---
22
title: "Paperclip plugin"
3-
description: "Install @twexapi/paperclip-plugin-x-api-scraper for agent tools that search tweets, read profiles, timelines, and trends."
3+
description: "Install @twexapi-dev/paperclip-plugin-x-api-scraper for agent tools that search tweets, read profiles, timelines, and trends."
44
---
55

6-
Install `@twexapi/paperclip-plugin-x-api-scraper` in Paperclip. The plugin reads a TwexAPI API key from a Paperclip secret and sends `Authorization: Bearer`.
6+
Install `@twexapi-dev/paperclip-plugin-x-api-scraper` in Paperclip. The plugin reads a TwexAPI API key from a Paperclip secret and sends `Authorization: Bearer`.
77

88
```bash
9-
paperclipai plugin install @twexapi/paperclip-plugin-x-api-scraper
9+
paperclipai plugin install @twexapi-dev/paperclip-plugin-x-api-scraper
1010
```
1111

1212
Pin the current release when you need reproducible installs:
1313

1414
```bash
15-
paperclipai plugin install @twexapi/paperclip-plugin-x-api-scraper --version 0.1.1
15+
paperclipai plugin install @twexapi-dev/paperclip-plugin-x-api-scraper --version 0.1.2
1616
```
1717

18-
npm: [@twexapi/paperclip-plugin-x-api-scraper](https://www.npmjs.com/package/@twexapi/paperclip-plugin-x-api-scraper)
18+
npm: [@twexapi-dev/paperclip-plugin-x-api-scraper](https://www.npmjs.com/package/@twexapi-dev/paperclip-plugin-x-api-scraper)
1919

2020
## Tools
2121

0 commit comments

Comments
 (0)