Socket
Book a DemoInstallSign in
Socket

@ax-crew/tools-wordpress

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ax-crew/tools-wordpress

WordPress integration for AxCrew agents, enabling automated content management and site administration.

1.0.1
latest
npmnpm
Version published
Weekly downloads
9
200%
Maintainers
1
Weekly downloads
 
Created
Source

@ax-crew/tools-wordpress

WordPress integration for AxCrew agents, enabling automated content management and site administration.

Installation

First ensure you have the Basic Auth plugin installed on your WordPress site. Then install the package:

npm install @ax-crew/tools-wordpress

Usage

import { WordPressPost, WordPressConfig } from '@ax-crew/tools-wordpress';

// Configure WordPress credentials
const config: WordPressConfig = {
  credentials: {
    url: 'your_wordpress_url',
    username: 'your_username',
    password: 'your_application_password'
  }
};

// Create WordPress instance
const wordPressPost = new WordPressPost(config);

// Register with AxCrew
const customFunctions = {
  WordPressPost: wordPressPost.toFunction()
};
const crew = new AxCrew(AxCrewConfig, customFunctions);

FAQs

Package last updated on 15 Jul 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.